Author: Bill Hodghead
September 16, 2021
Improving your root cause analysis
I’m often asked to help people improve the value of their root cause analysis (RCA). Here’s my most common advice. I include …
January 10, 2020
In what order should functional test automation be implemented?
This post is part of a series on functional testing using the test pyramid. For new code New code has unit tests …
December 16, 2019
End-to-end testing
This post is part of a series on functional testing using the test pyramid. Also called “system” testing. Purposes Verifies the key …
December 12, 2019
Integration testing
This post is part of a series on functional testing using the test pyramid. Purposes Verifies that components or microservices within a …
November 20, 2019
API / Component testing
This post is part of a series on functional testing using the test pyramid. API testing checks the external interface of one …