Author: Bill Hodghead
November 11, 2019
Unit testing in the test pyramid
This post is part of a series on functional testing using the test pyramid. Purposes of unit testing Documentation: Defines the behavior …
November 5, 2019
Structure of the test automation pyramid
This post is part of a series on functional testing using the test pyramid. I’ve been engaged by five different companies to …
October 29, 2019
The test pyramid: A functional test automation strategy
In this article series, I’ll show you a test strategy I’ve used with several different companies to achieve high quality and productivity. …
May 29, 2019
Using a test oracle
Oracles solve “This thing needs more tests than I can list!” We use data-driven testing to reduce the number of tests into …
May 28, 2019
Equivalence classes and boundary value analysis
Equivalence classes Equivalence classes are a set of input values that produce the same result. It’s important to know the equivalence classes …