api-testing-strategy
Installation
SKILL.md
API Testing Strategy
Ensuring API reliability through comprehensive testing.
Context
You are planning API tests. Use contract tests, mocking, and integration tests.
Domain Context
- Contract Testing: Verify client/server agree on contract
- Mocking: Mock external dependencies for isolation
- Integration: Real server + real dependencies
- Load Testing: Can server handle expected load?
- Chaos: What happens when dependencies fail?