Skip to content

Health Dashboard

The Health Dashboard tab of the Analytics screen.

The default tab. It answers one question: how healthy is my test suite overall? A small Refresh link sits at the top-right to re-pull the latest figures.

The Health Dashboard tab

A large circular gauge fills clockwise from 0 to 100. The number in the centre is the overall score and the word beneath it is its band. The ring and number are colour-coded so you can read health at a glance.

Score rangeLabelColour
>= 90ExcellentGreen
75 - 89GoodGreen
50 - 74FairAmber
25 - 49PoorRed
< 25CriticalRed

Below the ring, a summary line reads N Test Cases - M Automated, giving immediate context for the score.

Five cards explain why the overall score is what it is. Each card shows the metric name, its 0-100 score (green/amber/red), a progress bar and a one-line description. Together they roll up into the overall ring.

MetricMeaning
Automation CoveragePercentage of test cases that have automation scripts.
Requirement CoverageRequirements that have linked test cases.
Execution FreshnessHow recently tests have been executed.
Quality ScoreAverage quality across test executions.
Sync HealthScript mappings and automation sync status.

Two cards flag movement in your suite. Each shows a count, and when the count is above zero a progress bar shows what share of total test cases it represents.

IndicatorMeaning
Stale Test Cases (amber)Test cases with more than 30 days since their last update. A high number suggests neglected coverage.
Recently Updated (green)Test cases updated in the last 7 days - a sign of active maintenance.