What is Unit testing?

 Unit Testing is a type of software testing where individual units or components of a software are tested. The purpose is to validate that each unit of the software code performs as expected. Unit Testing is done during the development (coding phase) of an application by the developers. Unit Tests isolate a section of code and verify its correctness. A unit may be an individual function, method, procedure, module, or object.



Comments

Popular posts from this blog

What are the different types of Non-Functional Tests

What is CI, CD & CT?

Why do we need version control systems for IT companies?