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 |
مهارة الاختبار الذاتي التي تفتح تطبيقًا منشورًا، وتمر عبر تدفقات المستخدم، وتحاول كسر الأشياء، وتكتب تقارير الأخطاء التفصيلية. استخدم بعد النشر إلى التدريج. المشغلات: اختبار التطبيق، والعثور على الأخطاء، وضمان الجودة عند النشر، وإيقاف التطبيق، واختبار التدريج. المصدر: rohunj/claude-build-workflow.