nerdexam
PMI

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…

Submitted by ashley.k· Apr 18, 2026Continuous Improvement

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)
  • C
    6% (1)
  • D
    94% (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

#XP#Extreme Programming#TDD#Test-Driven Development#Agile practices

Community Discussion

No community discussion yet for this question.

Full PMI-ACP Practice