Skip to main content

Requirement Coverage Analysis Report

This document lists features of the Requirement Coverage Analysis Report.

requirement coverage analysis report

The Requirement Coverage Analysis Report helps teams evaluate how thoroughly project requirements are tested within a sprint or release, to evaluate product readiness. It provides insights into testing completeness, test case execution, and pass rates.

Tutorial: Analyze requirements coverage

Report Features​

Coverage Trend Visualization​

  • Each bar group displays perfectages of coverage in selected time intervals:
    • Test Coverage Percentage
    • Execution Percentage
    • Pass Percentage
  • Hovering on each series displays summarized series data.
  • Click to filter related records in the data table.
requirement coverage analysis report trend chart

Coverage Status Summary​

  • Displays counts of requirements grouped by coverage level:
    • Not Covered — no linked or published test cases
    • Partially Covered — some test cases linked or executed
    • Fully Covered — all linked test cases executed and passed
requirement coverage analysis report requirement coverage summary

Requirement Data Table​

  • Lists each requirement with detailed testing metrics:
    • ID and name (clickable to navigate to requirement page in ALM tool)
    • Number of linked test cases and executions
    • Counts of published, executed, passed, and failed test cases
    • Linked defect count
    • Coverage status
  • Default sorting: Coverage Status (ascending)
  • Supports filtering by Coverage Status and sorting by key metrics (latest execution, ID, totals).
defect status analysis report defect distribution by priority

Learn more about coverage metrics at Coverage metrics

Was this page helpful?