The required 5
Every team submits at least 5 test cases. The categories are pre-filled to make sure you cover the right surface area:
- Normal query โ your happy path
- Repeated query โ same input twice, check consistency
- Invalid input โ wrong format, wrong type
- Missing data โ empty / null / omitted fields
- Edge case โ something only a real user would do
Export your test cases
Generates a clean Markdown file ready to drop into week33_testing/test_cases.md.