Skip to content

Coverage Dashboard Tab

The Coverage Dashboard Tab of the Coverage screen.

This is the metrics tab — five stat cards on top, then two breakdown panels.

The Coverage Dashboard tab
CardMeaningColor
Automation CoveragePercent of test cases that are automated (mapped to a script). The headline metric.Green % with a green progress bar
Source CoveragePercent of sources that have produced test cases.Purple % with a purple progress bar
Orphan Test CasesCount of test cases not linked to any requirement.Amber if > 0, gray if 0
Orphan Test ScriptsCount of mapped scripts whose test case no longer exists (broken script links).Orange if > 0, gray if 0
Orphan SourcesCount of sources with zero test cases via any path (generated or manually linked).Purple if > 0, gray if 0

A horizontal-bar panel. For each priority that has test cases, it shows automated / total and the percent, with a bar filled to that percent. Priorities are ordered Critical -> High -> Medium -> Low and bar-colored rose (critical), orange (high), amber (medium), emerald (low). Priorities with no test cases are hidden; if there are none at all it reads “No test cases yet.”

A set of colored pills, one per test-case type that has at least one case, each showing the type name and its count, e.g. Functional (12), Regression (5). Type colors: functional sky, regression violet, smoke amber, integration teal, e2e indigo, api cyan, performance rose, security red. If there is no data it reads “No type distribution data available.”