Test metrics
// 7 metrics · updated may 2026
Metrics that measure how well your tests work — coverage, reliability, speed, and traceability. Calculators included with industry benchmark data where it exists.
Showing 7 of 7 metrics
The percentage of production code exercised by at least one test — a floor metric for finding test suite gaps.
The percentage of your test suite that runs without manual execution — a measure of scalable testing capacity.
The percentage of tests that pass in the most recent run — a simple health indicator for your test suite's current state.
The percentage of test runs where the same test produces different results without a code change — a test reliability metric.
The wall-clock time to run your test suite — a key factor in whether engineers actually use the suite before pushing.
The percentage of requirements with at least one linked test — a coverage measure used most in regulated-industry QA.
The fraction of product defects caught in a given phase — a measure of how effective each quality gate is.