The Test Coverage report shows the percentage of requirements covered by tests, the percentage of tests automated, and how both break down by folder. Use it to find coverage gaps, track automation progress, and surface stale tests that have not run recently.
Recent window
Section titled “Recent window”A single filter controls the “executed recently” signal: choose Last 7 days, Last 14 days, Last 30 days, Last 60 days, or Last 90 days. This window determines which test cases count as having been executed recently.
Headline metrics
Section titled “Headline metrics”Three headline metrics summarize the project:
- Requirements covered: Coverage percentage, with the covered / total requirement counts.
- Tests automated: Automation percentage, with the automated / total test case counts.
- Tests executed (last Nd): The percentage of test cases executed within the selected recent window.
Coverage by requirement type
Section titled “Coverage by requirement type”A breakdown table shows, for each requirement type, the total requirements, how many are covered, how many are uncovered, and the resulting coverage.
Per-folder coverage
Section titled “Per-folder coverage”The per-folder table breaks coverage and automation down by folder, including each folder’s total tests, automation percentage, covered vs total requirements, coverage percentage, last executed date, and recent additions.
Uncovered requirements and stale tests
Section titled “Uncovered requirements and stale tests”- Uncovered requirements: A searchable list of the requirements that have no linked test case yet — the gaps to close first.
- Stale tests watchlist: Test cases that have not been executed within the recent window.
Exporting
Section titled “Exporting”Download the report as a PDF or as Excel (XLSX). The PDF dialog lets you choose sections — cover page, executive summary, coverage & automation KPIs, automation mix, coverage by requirement type, per-folder coverage, uncovered requirements, and the stale tests watchlist.