November 11, 2019
This post is part of a series on functional testing using the test pyramid. Purposes of unit testing With good unit tests, the code is much easier to modify. Unit tests help the most on the second and subsequent times you change the code, as it’s easy to know if you have broken basic functionality […]