Unit Testing

engineering

The practice of testing individual units of code (functions, methods, classes) in isolation to verify they produce expected results. Frameworks include Jest, JUnit, and pytest. Interviewers often ask you to write unit tests for your solution, discuss test coverage strategies, or explain mocking and stubbing.

Пов'язані терміни