API / Microservices
What is PACT in Microservices Architecture?
PACT is an open-source tool to allow testing interactions between service providers and consumers in isolation against a contract.
It is a tool to implement Consumer-Driven contracts (CDC) in Microservices.
By using PACT you can test the consumer-driven contracts between consumer and provider of a Microservice. It is an automated suite to test this interaction that increases the reliability of Microservices integration.
More Related questions...