Verify your app works before shipping
Testing ensures your app works correctly. Let's cover how to test with Claude's help.
Always test manually first:
Tip
Ask Claude to add tests:
Aussie Note
Found a bug? Here's the workflow:
Run through this checklist:
| Check | Status |
|---|---|
| All features work | โ |
| Forms validate correctly | โ |
| Error states show properly | โ |
| Mobile responsive | โ |
| No console errors | โ |
| Loading states exist | โ |
| Data persists correctly | โ |
| Edge cases handled | โ |
Warning