Definition of Done (DOD) - MihkelPLoompuu/AgiilsedTarkvaraarenduseMetoodikad GitHub Wiki
What is DOD?
The definition of done (DoD) is when all conditions, or acceptance criteria, that a software product must satisfy are met and ready to be accepted by a user, customer, team, or consuming system. We must meet the definition of done to ensure quality. It lowers rework, by preventing user stories that don’t meet the definition from being promoted to higher level environments. It will prevent features that don’t meet the definition from being delivered to the customer or user.
User Story DoD Examples:
-
Unit tests passed
-
Code reviewed
-
Acceptance criteria met
-
Functional tests passed
-
Non-Functional requirements met
-
Product Owner accepts the User Story