Home › Software Testing › Software Testing › advanced_security_performance › Test Driven Development uses the rhythm of
Test Driven Development uses the rhythm of
ARed, green, refactor in tight loops
BPlan, document, review, deploy fast
CPair, mob, single, group, repeat
DSpike, prototype, code, demo, ship
Answer & Solution
Correct answer: A. Red, green, refactor in tight loops
TDD red-green-refactor: write failing test (red), write minimum code (green), improve design (refactor). Drives small steps, fast feedback, and emergent design. Often paired with continuous refactoring.
Related questions
Test coverage is BEST described asContinuous Testing in DevOps meansIn the V model of SDLC, system testing corresponds to'Test data' management addressesIn ISTQB terminology, a 'test oracle' isAcceptance Test Driven Development (ATDD) emphasisesRecovery testing simulatesCompatibility testing checks the system on