Unit Testing Glossary Definition

Term Unit Testing
Definition

Unit Testing is testing focused on a small unit of code, such as a function, method, class, or module.

Context & Usage

Unit tests help developers catch defects close to the code, support refactoring and document expected behavior.

Categories Software Development and Programming