Skip to content
jefferydutra edited this page Nov 15, 2014 · 6 revisions

Definition of Done (in Agile)

Checklist

  • Design reviewed
  • Code Completed
    • Code refactored
    • Code in standard format
    • Code is commented
    • Code checked in
    • Code reviewed
  • End-user documentation updated
  • Tested
    • Unit tested
    • Integration tested
    • Regression testing
    • Browser multi-level support tested (IE 8-11, Chrome, Firefox)
    • Yahoo YSlow tested 85+
    • mobileOK Checker 75+
  • Zero known defects
  • Acceptance tested

Acceptance Criteria

Each product backlog item should have a set of conditions specified by the product owner. This is part of what makes your definition of done.

Ex:

Backlog item : "Allow user to create an assessment" Acceptance Criteria: *Applicable grades need to be added *At least one grade has to be specified

Clone this wiki locally