GENAIWIKI

Unit Test Generation from Spec - Edge Cases

A guide to generating unit tests specifically designed to cover edge cases from functional specifications.

unit teststest automationedge cases

Prompt text

Copy into your favorite runtime.

1. Review the functional specification thoroughly.
2. Identify edge cases based on input limits.
3. Create test cases covering these edge scenarios.
4. Document expected outcomes for each edge case.