Definitions for "Unit testing"
That phase of testing in which the programs that make up an information system are tested individually.
the testing of an individual unit of software (e.g., a Java class), typically by its developer or a peer programmer.
The testing of an individual piece of the solution that ensures that the unit correctly implements the design specifications.