Unit Testing 101
Practical Definition of a Unit Test The number of units in a “Unit Test” is typically one isolated software module. If there are two or more dependent software modules being tested, it is an integration test. Since a “software module” is often a class, a unit test class usually tests one class, and a unit … Read moreUnit Testing 101