Tool Repair Test
Category: Testing · Tier: All
AI-powered test repair for broken tests
When to Use
Testing tools generate and validate test cases in natural language. They also detect unreliable tests and map coverage.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| testName | string | Yes | Name for the test |
| steps | array | Yes | Test step instructions |
| autoApply | boolean | No | Automatically apply repairs |
Example
Fix this broken test that can no longer find the submit button
Tips
- Natural language tests need no code -- just describe what to verify
- Tests can be saved to files and run in CI/CD pipelines
Research
- Hick-Hyman Law — Decision time = a + b × log₂(n) for n choices
Related
- Tools Overview — All 120 tools by category