Tag: Exploratory Testing
Get Testing Bottlenecks Out of Your Pipelines
I first learned the term “deployment pipeline” when I read "Continuous Delivery: Reliable Software Releases through Build, Test and Deployment Automation," by Jez Humble and David Farley back in 2009. End-to-end automation ...
Exploratory Testing: Expanding Testing Across the Delivery Cycle
Mindless testing, whether it is manually or automatically executed, can cover only a very narrow scope of possible bugs: the ones you’ve already thought of. Exploratory testing however, endeavors to think outside ...