Certification Aware QA
Overview
Convert platform certification risk into explicit, repeatable test coverage. Prioritize regressions that block submission: focus, Back, auth, search, and monetization flows.
Workflow
- •Build platform matrix by OS version, hardware class, and input device.
- •Define must-pass smoke paths per release candidate.
- •Add edge-case suites for deep links, suspend/resume, and offline behavior.
- •Capture reproducible evidence (steps, build ID, logs, video).
- •Track defects by certification severity and retest status.
Required Test Domains
- •Focus traversal and visible indicator correctness.
- •Back/Exit behavior across modal, route, and app boundaries.
- •Auth/login/logout/session-expiry recoverability.
- •Search keyboard/IME transitions and result behavior.
- •Upsell prompt navigability and dismiss/revisit semantics.
Exit Criteria
- •All must-pass paths green on each target platform.
- •No unresolved P0/P1 certification blockers.
- •Known risks documented with mitigation and owner.
References
- •Use
references/device-test-matrix.mdfor execution matrix and pass/fail criteria.