
Exploratory and Automated testing: Using the right techniques in the wrong contexts
Checks Vs Testing, contract testing, feedback, quality, Quality Awareness, Test automation, testability, Testing, unit testingExploratory testing is about testing in an unpredictable context and therefore detecting unpredictable failures in our software. Automated testing is about testing in a predictable context and therefore detecting predictable failures. The mistake we make with automation is we try to apply it to the wrong context

What is Contract Testing?
consumer-driven contract testing, contract testing, feedback, Test automation, Testing, unit testing
And Consumer-driven contract testing
This is a follow on from Contract testing: Why do it
First some quick definitions:
Consumer Is someone (a dev team for instance) that makes use of a third party component or a combination of components…

Contract Testing, Why do it?
consumer-driven contract testing, contract testing, feedback, Test automation, Testing, unit testing
I’ve been thinking a lot about contract testing lately and trying to explain why it’s a good idea. I thought I’d start by getting my initial arguments for it down and go from there.
Got an opinion then let me know.
Note:…