Practice free →
HomeSoftware TestingSoftware Testingadvanced_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.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions