Multiple choice technology testing To which SDLC model is Test Driven development associated Agile Waterfall RUP 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.