Difference between Definition of Done(DOD) and Acceptance Criteria (AC)?

Difference between Definition of Done(DOD) and Acceptance Criteria (AC)?

January 14, 2023 | diff, scrum, agile

Summary #

Difference between vs ?

Num
1Generic(common)Specific
2AbstractConcrete
3Requirements to adhereTest scenarios

ref: link

Definition of Done (DoD) is a list of REQUIREMENTS that a user story MUST ADHERE to for the team to call it complete. While the Acceptance Criteria of a User Story consist of set of TEST SCENARIOS that are to be MET to confirm that the software is working as expected.

The difference between these two is that the DoD is common for all the User Stories whereas the Acceptance Criteria is applicable to specific User Story. Acceptance Criteria of each User Story will be different based on the requirements of that User Story. In order to complete the User Story; both DoD and Acceptance Criteria must be met. ref: link

Example #

#

#


No notes link to this note