“Test coverage is useless”
Or…
“Test coverage is everything”
Two opposing extremes which I’ve heard recently and many times through my career. As with most things, I think the truth lies somewhere in between.
Continue reading“Test coverage is useless”
Or…
“Test coverage is everything”
Two opposing extremes which I’ve heard recently and many times through my career. As with most things, I think the truth lies somewhere in between.
Continue readingI’m not entirely sure “unbloating” is a word. In fact I’m 95% sure it’s not. Regardless of that, this is about taking those huge, automation packs for the UI and chucking them in the bin as soon as possible.
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 achieve this in an efficient way that doesn’t block or slow product delivery.
Continue readingIf 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 haven’t yet, or even for a refresher as this part may not have much context otherwise.
Continue readingWe’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.
Continue readingIn 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.
Continue readingI 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 you may have done this before and some of you may not but it’s becoming more and more relevant given the rise of micro-services and REST APIs.
Continue readingEst Reading Time: 4 minutes
Now that I’ve finally got around to doing part 2, I should probably remind myself of the reason for part 1…
So..
A question that I seem to have been asked a lot recently is:
“How do I get in to automated testing?”
For part 1 I explained a couple of issues I see with the question and the reason people ask it. You can find part 1 here.
Even given any potential pitfalls though automation is a great area to look to get in to so these are my tips for helping anyone start. Continue reading
Est Reading Time: 4 minutes
A question that I seem to have been asked a lot recently is:
“How do I get in to automated testing?”
I understand why people ask this but to me there are a couple of glaring problems with the question. Continue reading
Est Reading Time: 4 minutes