System Testing

What are the types of testing that come under system testing?

Questions by praki87

Showing Answers 1 - 12 of 12 Answers

gsrmohan

  • Feb 11th, 2011
 

System  Testing involves testing the complete integrated product.

We generally do following types during system testing :
Functional Testing
Load Testing
Performance Testing
Compatibility Testing
Database testing
Installation Testing
Recovery Testing
Security Testing

  Was this answer useful?  Yes

System testing is done after the complete integration of all the components in the application. It is a complete end to end testing of the complete application.

System testing includes both functional and non-functional type of testing like functionality, load testing, performance testing, security testing, database testing, recover-ability,user interface, etc.

  Was this answer useful?  Yes

Dillip Palai

  • Apr 12th, 2012
 

System testing of software or hardware is testing conducted on a complete, integrated system to evaluate the systems compliance with its specified requirements. System testing falls within the scope of black box testing, and as such, should require no knowledge of the inner design of the code or logic.

As a rule, system testing takes, as its input, all of the "integrated" software components that have successfully passed integration testing and also the software system itself integrated with any applicable hardware system(s). The purpose of integration testing is to detect any inconsistencies between the software units that are integrated together (called assemblages) or between any of the assemblages and the hardware. System testing is a more limited type of testing; it seeks to detect defects both within the "inter-assemblages" and also within the system as a whole.

  Was this answer useful?  Yes

jothi

  • Jun 8th, 2012
 

system testing is testing the data flow between the functionality and non functionality flow of a system.it is where the application is working fine wen the functionality flow is changing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions