Multiple choice technology testing

To which SDLC model is Test Driven development associated

  1. Agile

  2. Waterfall

  3. RUP

  4. Spiral

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Test Driven Development (TDD) is a core Agile practice where tests are written before code. Waterfall is sequential, RUP is use-case driven, and Spiral is risk-driven; none emphasize test-first like Agile does.