DXHeroes / knowledge-base-content

Open-source knowledge base covering topics about developer experience.
https://developerexperience.io
Other
130 stars 70 forks source link

Article: Pact testing #138

Open prokopsimek opened 5 years ago

ridlees commented 3 years ago

What is this about: Pact is a code-first consumer-driven contract testing tool and is generally used by developers and testers who code. Contract testing is a technique for testing an integration point by checking each application in isolation to ensure the messages it sends or receives conform to a shared understanding that is documented in a "contract".

Read more here: https://medium.com/building-ibotta/understanding-pact-and-contract-testing-as-part-of-a-complete-testing-strategy-f062a52a317c, https://docs.pact.io, https://codefresh.io/docker-tutorial/how-to-test-microservice-integration-with-pact/