top of page
Coverage Analysis

One of the routine tasks of the Business Analyst if to perform a Coverage Analysis  Verification as follows: 

Level 1 - ALL BRD Sections were addressed by Requirements; or
               - ALL Clauses were addressed by Requirements; or 
               - ALL Backlog User Stories were addressed by Requirements;  

Level 2 - ALL Requirements were addressed by Business Use Cases (BUC); and

                - ALL BUC were addressed by Group Use Cases (GUC); and 
                - ALL GUC were addressed by System Use Cases (UCS); and 
                - ALL UCS were addressed by Business Scenarios (BSc).

.Level 3 - ALL BUC were addressed by Test Suites (TSu); and

               - ALL UCS were addressed by Test Cases (TC); and 
               - ALL valid BSc were addressed by Test Cases (TC). 
 

Coverage Analysis Business Rules

  1. In Level 1 there cannot be Requirements that were not required by the Stakeholder(s);

  2. In Level 2 - there cannot be Requirements not addressed by BUC and there cannot be BUC that are not associated with Requirements.

  3. In Level 3 - there cannot be BUC not addressed by TSu and there cannot be TSu not associated with a BUC; and

                       therecannot be a UCS not addressed by TC and there cannot be a TC that is not associated with a UCS;                    and there cannot be a BSc not addressed by a TSu.

 

bottom of page