Contract Testing
5 posts · all topics
- Testing your contracts (5/5)
In parts 1-4 of this series, I’ve looked at what contract testing is, introduced the pact framework and showed how you can use it to create consumer side and provider side code to ensure a specific contract scenario. Now I’m going to look at building pact in to your pipeline and tips on how to …
- Testing your contracts (4/5)
If you’ve been ready the parts I’ve written so far, you’ll know we’ve gone through what contract testing is, the pact framework and the consumer side code for a specific scenario. In this part, we’ll be examining the provider side code of the same scenario. I’d therefore recommend checking out the earlier parts if you …
- Testing your contracts (3/5)
We’ve already looked at contract testing and the PACT framework and in part 3 we’ll be looking at using that framework to create your consumer side contracts.
- Testing your contracts (2/5)
Pact In part 1, we looked at what contract testing is and the gap it can cover in an automation strategy. In part 2, we’re going to look at Pact, which is the most widely used contract testing technology and how its framework implements contract testing.
- Testing your contracts (1/5)
Contract.. what now? I have been doing a lot of work with contract testing recently and wanted to do a blog series on something, so this seems as good a thing as anything else! And it’s more technical and I want to do a mix of technical and non-technical blogs. So, contract testing… some of …