Good and Bad QA Metrics

Metrics can guide quality improvements or distort behaviour, depending on what you measure and how you use the numbers. QA leaders need to distinguish between metrics that drive learning and those that simply β€œlook good on a slide.”

Recognising Useful vs Vanity QA Metrics

Useful metrics are tied to outcomes such as reduced defect rates, faster feedback or fewer incidents, while vanity metrics focus on raw counts that are easy to game. For example, counting test cases says little about quality, whereas tracking escaped defects helps you understand real risk.

Examples:
Useful metrics:
- Escaped defects per release
- Mean time to detect/fix critical issues
- Coverage of critical user journeys

Vanity or risky metrics:
- Number of test cases written
- Bugs found per tester (used for ranking individuals)
- Percentage of tests automated without context
Note: A metric is β€œgood” only if teams know how they will respond when the number moves up or down.
Tip: When introducing a metric, write down the decisions it should inform and the behaviours you want to encourage.
Warning: Misused metrics can create perverse incentives, such as rewarding people for filing more bugs instead of building quality in.

By focusing on actionable metrics, QA can support better product and engineering decisions instead of just reporting numbers.

Common Mistakes

Mistake 1 β€” Tracking every possible metric

This creates noise.

❌ Wrong: Filling dashboards with dozens of charts that nobody acts upon.

βœ… Correct: Choose a small set of metrics that clearly tie to goals.

Mistake 2 β€” Using metrics to rank individuals

This harms collaboration.

❌ Wrong: Comparing testers by β€œbugs found” or developers by β€œbugs caused.”

βœ… Correct: Use metrics at team and product level to support collective improvement.

🧠 Test Yourself

What makes a QA metric genuinely useful?