Test Every User Path
Systematically walk every path a user can take and verify each works - the complete functional test pass.
The Route
0/5 verifiedMap every user path
You test what you have mapped - build the complete path inventory.
Execute the happy paths
Prove the core promises work end to end first.
Execute alternate and error paths
Real users cancel, go back, and type garbage - test that world.
Fix all failures
Convert the FAIL list to fixes, worst-first.
Final regression sweep
Fixes break things - run the full map once more.
Context Pack
Paste this first. It briefs the AI on requirements, constraints, and the Definition of Done before your first build prompt.
Paste this into your AI builder first. It teaches the AI what you want before you give it the build prompt.
Related routes
More QA flows that share ground with this one.
Evidence Checklist
Prove your app works with evidence: build a claim-by-claim verification pack with receipts.
+2 more steps to Done
Best foryour first pass at this - no prior setup assumed
Auth Flow QA
Dedicated auth testing: signup, login, sessions, guards, reset, and the edge cases that expose fake auth.
+2 more steps to Done
Best forbuilders who have shipped a basic app before
Mobile QA Checklist
A rigorous mobile QA pass: layouts, touch, keyboards, and the full core journey on phone-sized screens.
+2 more steps to Done
Best foryour first pass at this - no prior setup assumed