PMI-ACP · Question #302
Which of the following is an Agile practice promoted by XP that is often used on conjunction with other Agile methods?
The correct answer is D. Test Driven Development (TDD). Test Driven Development (TDD) is an XP (Extreme Programming) engineering practice in which developers write automated tests before writing the code that makes those tests pass. TDD is widely adopted across many Agile methods - including Scrum and Kanban - because it promotes…
Question
Which of the following is an Agile practice promoted by XP that is often used on conjunction with other Agile methods?
Options
- ADynamic Systems Development Method (DSDM)
- BFeature Driven Development (FDD)
- CAdaptive Software Development (ASD)
- DTest Driven Development (TDD)
How the community answered
(18 responses)- C6% (1)
- D94% (17)
Explanation
Test Driven Development (TDD) is an XP (Extreme Programming) engineering practice in which developers write automated tests before writing the code that makes those tests pass. TDD is widely adopted across many Agile methods - including Scrum and Kanban - because it promotes clean code, fast feedback, and built-in quality. DSDM (A), FDD (B), and ASD (C) are all standalone Agile frameworks, not practices originating from XP that are commonly layered onto other methods.
Topics
Community Discussion
No community discussion yet for this question.