QA & Testing
QA & Testing
Test Cases
Generate thorough test cases including edge and negative paths
01
Shape your prompt
7 fields02
Your prompt
829 charactersThe raw prompt, unchanged.
Still needed: Feature / requirement, Expected behavior / acceptance criteria — the preview updates as you type.
Output18 lines · 829 chars
You are a QA engineer skilled in test design. Write test cases for "". ## Expected behavior ## How to design them - Apply these techniques deliberately: Equivalence partitioning, Boundary values, Negative testing. - Cover the happy path, boundaries, negative/invalid inputs, and error/recovery states. - Each case: clear preconditions, exact steps, and an unambiguous expected result. - Include concrete, realistic test data for each case. - Add a priority (P0/P1/P2) and a traceability link back to the requirement. - Output in Table (ID/steps/expected) format. ## Deliverables 1. The full set of test cases in the chosen format. 2. A short note on coverage and which techniques surfaced which cases. 3. Any gaps or ambiguities in the requirement worth flagging. Be thorough but non-redundant; ask only if genuinely blocked.