📖 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

ScenarioInputExpected
Normal logindan / pass123Success
Wrong passworddan / wrongFailure message
Empty email'' / passValidation 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!