Concept Flow - Contract testing
Define contract
Provider implements API
Consumer writes tests against contract
Run contract tests
Tests pass?
No→Fix provider or consumer
Deploy with confidence
Contract testing ensures that the API provider and consumer agree on the API behavior by defining a contract and testing against it.