Google News
logo
Manual Testing - Interview Questions
What are unit testing and integration testing?
Unit testing has many names such as module testing or component testing.
 
Many times, it is the developers who test individual units or modules to check if they are working correctly.
 
Whereas, integration testing validates how well two or more units of software interact with each other.
 
There are three ways to validate integration :
 
* Big Bang approach
* Top-down approach
* Bottom-up approach
Advertisement