1.

What Is The Difference Between Unit Testing And System Testing?

Answer»

Unit testing is software testing method by which individual units of source code is tested. This could ALSO be testing of an entire module or a SET of functions.

System testing is PERFORMED on the entire system after INTEGRATING all the modules or functions. Protocol testing is normally DONE part of system testing process.

Unit testing is software testing method by which individual units of source code is tested. This could also be testing of an entire module or a set of functions.

System testing is performed on the entire system after integrating all the modules or functions. Protocol testing is normally done part of system testing process.



Discussion

No Comment Found