Contract Testing
← Back to Advanced Testing Techniques
Pact and similar tools verify API agreements between services. The consumer defines the contract (expected requests/responses), and the provider verifies it can fulfill the contract. Prevents breaking changes in service APIs.
Key Properties
Related
- API Testing (integration level)
- Microservices (contract testing between services)