Scrum
PSD · Question #33
Select three criteria for the definition of done
The correct answer is A. Code review is done B. Acceptance tests pass C. Regression tests pass. Releasing the product at the end of the sprint doesn't relate to one item and when it's done. Code coverage does, but it's the worst criteria in this list, because it's a stimulus to write tests that cover a lot of lines rather than cover the functionality.
Applying Scrum
Question
Select three criteria for the definition of done
Options
- ACode review is done
- BAcceptance tests pass
- CRegression tests pass
- DThe product is released at the end of every sprint
- ECode coverage 90%
How the community answered
(40 responses)- A88% (35)
- D5% (2)
- E8% (3)
Explanation
Releasing the product at the end of the sprint doesn't relate to one item and when it's done. Code coverage does, but it's the worst criteria in this list, because it's a stimulus to write tests that cover a lot of lines rather than cover the functionality.
Topics
#Definition of Done#acceptance tests#code review#regression tests
Community Discussion
No community discussion yet for this question.