Scrum
PSD · Question #54
The practice of decomposing a requirement into failing tests is called:
The correct answer is D. Acceptance test driven development. In ATDD you start with writing tests to represent the requirement. Since you start with this, there is no production code to satisfy the test which is why the tests will fail.
Test Driven Development
Question
The practice of decomposing a requirement into failing tests is called:
Options
- ABehavior driven development
- BScrum testing
- CRegression testing
- DAcceptance test driven development
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- D93% (25)
Explanation
In ATDD you start with writing tests to represent the requirement. Since you start with this, there is no production code to satisfy the test which is why the tests will fail.
Topics
#acceptance test driven development#ATDD#BDD#requirement decomposition
Community Discussion
No community discussion yet for this question.