Systematically test a deployed application by going through user flows, trying edge cases, and attempting to break things. Outputs structured bug reports that can be converted to user stories for autonomous fixing.
B. Edge Case Testing Try these at each input/interaction point:
| Critical | App broken, data loss, security issue | Crash, XSS vulnerability, data not saving | | High | Major feature broken, bad UX | Can't complete main flow, confusing errors | | Medium | Feature works but has issues | Minor validation missing, UI glitches | | Low | Polish/minor issues | Typos, slight misalignment, minor UX |
Abilità di test autonoma che apre un'app distribuita, esamina i flussi degli utenti, tenta di rompere le cose e scrive report dettagliati sui bug. Utilizzare dopo la distribuzione nella gestione temporanea. Si attiva: testare l'app, trovare bug, eseguire il QA sulla distribuzione, interrompere l'app, testare la gestione temporanea. Fonte: rohunj/claude-build-workflow.