📖 Step 7: Testing & Quality#203 / 291
Test Case
Test Case
📖One-line summary
A scenario defining "given this input, expect this outcome".
✨Example
Test cases organized in a table
| Scenario | Input | Expected |
|---|---|---|
| Normal login | dan / pass123 | Success |
| Wrong password | dan / wrong | Failure message |
| Empty email | '' / pass | Validation error |
⚡Vibe coding prompt examples
>_
Write test cases for the login feature. Include successful login, wrong password, non-existent account, and empty input.
>_
Organize test cases in a table. Include Test ID, Category, Preconditions, Steps, Expected Result, and Priority columns.
Try these prompts in your AI coding assistant!