How Do I Start Writing Unit Tests For An Existing Code Base?
Starting to implement unit testing in an existing code base is a challenge. Here is how I approach getting automated testing started.
Starting to implement unit testing in an existing code base is a challenge. Here is how I approach getting automated testing started.
This post addresses several of the common arguments against taking the time to implement unit testing.
This post in my unit testing series addresses the benefits of unit testing in general and in specific to the roles of Project Management, Developers, and QA.