+1 vote
in Service Discovery by
What is Contract Testing?

1 Answer

0 votes
by

Contract Testing ensures that the explicit and implicit contracts of a microservice architecture work as expected. There are two perspectives to contract to test – Consumer and Provider. The consumer is the [application] entity using the microservice, and the provider is the [application] entity providing the service. Such services work under predefined specifications, and contract testing ensures so.

Related questions

+1 vote
asked Oct 31, 2022 in Agile by Robin
0 votes
asked Feb 26, 2022 in Loan by sharadyadav1986
...