Test Checklist
Workflow
- •Identify key behaviors and edge cases.
- •Group tests by level: unit, integration, regression.
- •Include negative tests and error handling.
- •Keep each item as a concrete, runnable scenario.
Output format
Unit tests:
- •...
Integration tests:
- •...
Regression tests:
- •...
Negative tests:
- •...
Notes
- •If scope is unclear, ask for missing inputs or files.
- •Do not assume test frameworks unless provided.