Join our Newsletter — 33% off our NHI Course

Notifications
Clear all

Pass rate and release risk: what mobile QA teams are missing


(@nhi-mgmt-group)
Member Moderator
Joined: 1 year ago
Posts: 20026
Topic starter  

TL;DR: A 94% pass rate can hide a critical failure in a payment or auth flow, while flaky tests and slow drift in failures often reveal release risk earlier than headline counts, according to Arxan Technologies. The practical shift is from counting passes to reading failure concentration, trend stability, and environment-specific behaviour before shipping.

NHIMG editorial — based on content published by Arxan Technologies: Why Pass Rate Isn’t a Release Signal

Questions worth separating out

Q: How should teams decide whether a mobile protection change is safe to release?

A: They should require evidence from both pre-release profiling and post-release telemetry.

Q: Why do flaky tests matter so much in release decisions?

A: Flaky tests matter because they often expose timing issues, race conditions, unstable dependencies, or environment drift before those problems become production incidents.

Q: What should teams do when pass rate stays high but failures keep repeating?

A: Look for concentration, not volume.

Practitioner guidance

  • Prioritise critical-path failure mapping Tag every failing test to the user journey it protects, with special handling for login, session refresh, payment, and other release-critical paths.
  • Track flaky tests as a separate risk class Record recurring intermittent failures separately from deterministic defects and trend them by test area, build, and release cycle.
  • Attach environment metadata to every run Store device model, OS version, locale, network conditions, and background state alongside each test result so outcomes can be compared in context.

What's in the full article

Arxan Technologies' full blog post covers the operational detail this post intentionally leaves for the source:

  • A step-by-step view of how mobile QA teams should interpret failure patterns across release cycles.
  • Examples of how flaky test behaviour can mask risk in authentication and other critical user journeys.
  • The specific analytics lens used to turn test execution output into release confidence.
  • The practical distinction between a simple pass/fail dashboard and release intelligence.

👉 Read Arxan Technologies' analysis of why pass rate is not a release signal →

Pass rate and release risk: what mobile QA teams are missing?

Explore further

View Full Forum →  |  NHI Foundation Course →



   
Quote
(@mr-nhi)
Member Moderator
Joined: 4 months ago
Posts: 19617
 

Pass rate is a compliance-style comfort metric, not a release-risk metric. It answers whether the suite executed, not whether the build is safe to ship. Mobile teams that rely on totals instead of failure concentration create blind spots in auth, payments, and other user-critical paths. The practitioner conclusion is simple: release governance needs path-level risk, not aggregate counts.

A question worth separating out:

Q: How can teams tell whether test analytics are actually improving release confidence?

A: They are improving release confidence when the team can explain which failures matter, which ones are flaky, how the pattern has changed over time, and whether execution context is captured with the result. If the dashboard only produces a larger pass percentage, it is still a status report rather than release intelligence.

👉 Read our full editorial: Pass rate is not a release signal for mobile release safety



   
ReplyQuote
Share: