Home › Software Testing › Software Testing › tools_automation_cicd › In Scrum, the 'Definition of Done' (DoD) typical…
In Scrum, the 'Definition of Done' (DoD) typically includes
AOnly the architect having approved design
BTested, reviewed and meeting quality bars
COnly the code being committed to repo
DOnly the unit tests running successfully
Answer & Solution
Correct answer: B. Tested, reviewed and meeting quality bars
DoD is the shared team agreement on what 'done' means for any story: code, tests written and passing, code reviewed, documentation updated, demo ready, deployed to staging, etc. It enforces quality at the story level.
Related questions
Test pyramid (Mike Cohn) advocates forA 'flaky test' is a test thatBehaviour-driven development (BDD) tools commonly usePerformance testing in general is BROADER than load testing because it includesAccessibility testing primarily ensures thatPenetration testing is a form ofMutation testing measures the effectiveness ofExploratory testing is BEST described as