Software Release Criteria (Stage 2)

  1. [x] Automated Functional System Tests for all features in the Staged Delivery Plan are passing.
  2. [x] At least 80% of System Tests for non-functional requirements in the SRS are passing.
  3. [x] Actual code complete is at least 90% of planned.
  4. [x] The slope of the code growth curve for the week prior to release must be less than 25%. (Based on data from daily build reports).
  5. [x] Automated coding style checker reports each class has less than 2 violations per 100 LOC.
  6. [x] At least 90% of binary miniature milestones (action items) are complete.
  7. [x] There are no severity 1 open defects.
  8. [x] The number of defects reported must be at least 80% of predicted.
  9. [x] 75% of all severity 2 reported defects must have been fixed.
  10. [x] The slope of the defects reported curve for the five days prior to release must be less than 30%.
  11. [x] A test coverage tool shows that statement coverage from functional tests - Stage 2: non-UI classes is at least 90%, and for UI classes is at least 95%

Explanation of any items not checked goes here.

Attachments