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?

Instructions

  1. Contract Tests: Verify request/response schemas match
Related skills
Installs
1
GitHub Stars
9
First Seen
Apr 18, 2026