Your Scrum definition of Done

GertGregers picture GertGregers · Oct 4, 2008 · Viewed 9.7k times · Source

While Scrum is easy in theory and hard in practice, I wanted to hear your definition of Done; i.e. what are the gates (unit test, code coverage > 80%, code reviews, load tests, perf.test, functional tests, etc.) your product has to go through before you can label the product "Done"

Answer

Michael Dubakov picture Michael Dubakov · Oct 6, 2008

We at TargetProcess use the following definition of Done for user story:

  1. Short Spec created
  2. Implemented/Unit Tests created
  3. Acceptance Tests created
  4. 100% Acceptance tests passed
  5. Product Owner demo passed
  6. Known bugs fixed