Google News
logo
Automation Testing - Quiz(MCQ)
Testing individual units or modules of an application is called
A)
Integration Testing
B)
Unit Testing
C)
Both (A) and (B)
D)
None of the Above

Correct Answer :   Unit Testing


Explanation :

Unit Testing – the smallest piece of code that can be logically isolated and tested with input and output Testing individual units or modules of an application. The purpose is to validate if the independent modules (code) work as expected. Mostly done during the development (coding phase) of an application by the developers.

Advertisement