Unit Test
Term side of the Card
Topic: Testing
Unit title: Unit Test
Categories: Approach
Explanation side of the Card
Explanation: The type of software testing that focuses on testing small, isolated pieces of code, typically individual functions or methods, to ensure they work as expected. It helps detect bugs early in the development process and is a key part of test-driven development.