Question 4 of 10Pro Only
What is the test pyramid and how does it guide a testing strategy?
Sample answer preview
The test pyramid is a model introduced by Mike Cohn that describes the ideal distribution of different types of automated tests in a software project. It is shaped like a pyramid with three main layers, and it serves as a guide for balancing test coverage, speed, and cost.
test pyramidunit testsintegration testsend-to-end testsice cream conetest distribution