data_generate_edge_cases
Generate edge case and boundary test data from a schema to stress test applications with inputs like unicode, overflow, injection, and special characters.
Instructions
Generate edge case and boundary test data for stress testing (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema or data description to generate edge cases for | |
| api_key | No | API key for authentication | |
| categories | No | Edge case categories: 'unicode', 'overflow', 'injection', 'empty', 'special_chars' |