API Testing
← Back to Integration Testing
Testing HTTP APIs by sending requests and verifying responses. Includes contract testing (verifying API agreements between services), WireMock for stubbing external APIs, and HTTP client test libraries.
Key Properties
Related
- Contract Testing (inter-service contracts)