Tool Chaos Test
Category: Testing · Tier: All
Inject failures and test resilience
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 |
|---|---|---|---|
| url | string | Yes | URL to test |
| networkLatency | number | No | Simulate network latency (ms) |
| offline | boolean | No | Simulate offline mode |
| blockUrls | array | No | URL patterns to block |
Example
Test what happens when the API is slow or offline
Tips
- Natural language tests need no code -- just describe what to verify
- Save tests to files and run them 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