Back to docs

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

Related

From the Blog