2022-11-19

Test Pyramid - Martin Fowler

Wide broad base of unit test, then less number of tests as we move up in the pyramid. Because the signal-to-noise is higher up in the pyramid. In unit test, if it breaks, then it's usually fault of the code you wrote.


Backlinks


You can send your feedback, queries here