
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

The unintended consequences of automated UI tests
Android, Automation, Checks Vs Testing, Quality Assurance, Quality Awareness, Test automation, testability, Testing, unit testing
Whenever I see people talking about automated testing I always wonder what type of testing they actually mean? Eventually someone will mention the framework they are using and all too often it's a UI based automation tool that allows tests…

UI Automation, what is it good for?
Automation, BDD, Checks, Checks Vs Testing, Mobile, Test automation, TestingTL;DR: What automation at the UI level does and doesn't give you.
UPDATE: I originally wrote this back in March 2015, lost it in my drafts and found it again recently so thought I get it out there. Don’t agree then let me know in the comments.
Automation…