Unit testing' focuses on testing each unit of the code.
'Integration testing' focuses on testing the integration of "units of code" or components.
Each level of testing builds on the previous level.
'System Testing' is the next level of testing. It focuses on testing the system as a whole.
This article attempts to take a close look at the System Testing Process and analyze:
Why System Testing is done? What are the necessary steps to perform System Testing? How to make it successful?
View Complete Post