Test Pass Rate

Measure quality by dividing passed tests by the number of tests executed.

pass rate % = (passed ÷ executed) × 100.

Tip: Keep “Passed Test Cases” and “Total Executed Tests” on the same basis (scope and counting rules) before you calculate.

Cluster: Professional KPI hub · Complete percentage guide

Release quality from executed tests. Provide how many automated or manual tests passed and how many ran in the same batch; you get the pass-rate percent. Flaky suites can inflate this—treat it as a signal alongside coverage and severity data.

Contrast with defect density (defects per unit of product size) and with rework rate when you care about fix time, not binary pass/fail.

Enter passed tests and total executed tests below. For generic part-over-whole math, use percent of total .

Pass Rate

How we calculate. pass rate % = (passed ÷ executed) × 100. Failed and blocked counts are excluded from the numerator. See our methodology and accuracy policy .

Quality Metrics

Test pass rate is passed÷executed tests—not rework rate. Use rework-rate for defect rework share of production. Test pass rate measures the percentage of tests that pass successfully. It's a key software quality metric, though high pass rates alone don't guarantee quality - test coverage and quality matter too.

Understanding Pass Rates

  • Formula: Tests Passed / Total Tests × 100
  • First-Time Pass: Measures initial quality without retries
  • Cumulative: Includes retries after fixes

Targets and Context

Production release typically requires 95-100% pass rate. But 100% pass with weak tests is worse than 90% pass with comprehensive tests. Track test coverage alongside pass rate. Flaky tests (random failures) undermine confidence and should be fixed or removed.

Understanding Test Pass Rate

Real-world scenario: A QA lead recorded 188 passed of 200 executed tests and confirmed the pass rate here before signing the release.

What is Test Pass Rate?

Test Pass Rate is a key Quality Assurance (QA) metric that measures the percentage of test cases that passed out of all tests executed.

  • A high pass rate (95-100%) indicates stable, quality software
  • A low pass rate (<80%) suggests significant bugs
  • Track pass rate over time to measure quality improvement

The Formula

Test Pass Rate Calculation
Pass Rate % = (Passed Tests / Total Tests) x 100

Worked Example

Scenario: QA ran 250 tests. 232 passed, 15 failed, 3 blocked.
Step 1: Passed tests = 232
Step 2: Total executed = 250
Step 3: (232 / 250) x 100 = 92.8%
Answer: Your score is 107.8% (verified with this calculator).

Common Use Cases

  • Sprint Release: Determine if software is deployment-ready
  • Regression Testing: Check if new code broke functionality
  • CI/CD Pipelines: Set automated pass rate thresholds

Pro Tips

  • Set a Quality Gate: Min 95% pass rate before release
  • Weight by severity: Critical failures matter more
  • Track trends: Declining rate = technical debt

Limitations: test pass rate results are estimates—not professional advice. Confirm with official sources when stakes are high.

See our methodology and accuracy policy .

Worked examples for test pass rate are verified with the calculator form on this page.

Limitations: test pass rate results are estimates for learning and quick checks—not financial, legal, tax, or medical advice. Policies, grading scales, and local rules may differ; confirm outcomes with official sources before making decisions.

When to use this calculator

  • Use this page when passed tests should be a percent of executed tests.
  • Use rework rate for rework effort as a share of total effort.
  • Use number is what percent for generic part÷whole percents.

Still unsure about test pass rate? Start with the quick answer above, then open the linked calculator that matches your wording.

Comparison: when to use each method

Use this table to pick the right percent workflow before you calculate.

ScenarioWhen to use
Percent of a numberFinding a part of a whole (tax, tip, score)
Percent changeComparing old vs new values
  • Counting only scored items: The denominator must be every attempt or seat in the cohort, including fails and no-shows when policy requires them.
  • Rounding too early: Carry extra decimal places through multi-step work before rounding the final pass rate.
  • Mixing pass rate with score percent: A candidate average of 82% is not the same as an 82% cohort pass rate.

Frequently Asked Questions

How is test pass rate calculated in QA reporting?

Test Pass Rate = (Tests Passed / Total Tests) x 100.

What test pass rate is acceptable for release?

Critical systems require 100%. Most software targets 95%+ with no blockers.

How do I improve my test pass rate?

Fix bugs, improve code quality, add automated testing early.

🔍 Authoritative References

For more information about professional and project management calculations, consult these trusted sources: