Unit Testing
Unit testing is a method where individual, isolated units of code, such as functions or methods, are tested to determine if they are fit for use. Its goal is to validate that each part of a program works as intended, catching bugs early in the development cycle.
See also