What Is Unit Testing?

A smallest separatable portion in the source code of the application is called unit. (functions, procedures, etc) Testing conducted on these units to check if the code behind the units is working as expected or not is called unit testing.
It is also called module testing or component testing
Integration

0 comments: