Level 0 |
P1 |
SQA Build Acceptance Test or BVT |
- BVT (Determines the usefulness of this build to test). |
Release to SQA – Determines if build is accepted/rejected for SQA testing |
Check accessibility of particular feature (i.e. when the user selects a link to a report, does the link work) |
Level 1 |
P2 |
Validity Test - Product works for core scenarios |
- Area valid cases tested at depth |
Release to SQA and CTP |
Validate the scenario foobar that includes use case coverage across one or more features |
Level 2 |
P3 |
Invalid/Error/Boundary Test |
- Extended Integrated System Tests |
Release to SQA, CTP, and SIT |
For a given argument N, where N is the upper bound, validate that N+1 is handled gracefully. |
Level 3 |
P4 |
Extreme – Robustness Test |
- Depth/Robustness Stabilization |
Release to UAT/Production |
Potential tests can include scenarios that have multiple conditional “edge-case” inputs |