Modern QA2026A Strong Definition of Done — tiles
Log inJoin
9 / 66 · 20 Agile & Scrum · Definition of Done← prev⊞ allnext →☰ Read as one page

2.2A Strong Definition of Done

Here is a DoD for a team with quality discipline:

  • Code reviewed and approved by at least one peer
  • Unit tests written and passing (coverage does not decrease)
  • Integration tests written for new API endpoints
  • Browser tests written for new user-facing functionality
  • Manual exploratory testing completed
  • No critical or high-severity defects open
  • Test evidence linked in the story (CI run URL, screenshots)
  • Accessibility basics verified (keyboard navigation, screen reader labels)
  • Documentation updated if behavior changed
  • Deployed to staging and smoke-tested