Friday 29 August 2014

What is the System Testing and what are its types ?

System or Software Testing is an activity to test the behaviour of a complete integrated system or application to ensure its quality according to its SRS (system requirement specification) . This testing comes under black box testing as it does not require to the deep knowledge of logic and code.

System testing is performed after the process of integration. The integration testing is done on integrating different components and modules of a system/software application. After completion of this test the system testing takes place.