Definition of Done

  • For a user story to be declared done unit testing must be fully developed and pass all unit tests.
  • Unit testing code coverage must be at least 85%.
  • All acceptance criteria must be tested and passed.
  • All documentation relating to the user story must be completed, including the unit test template, the user guide and the bug list (if applicable).