What is the difference between System Testing,Integration Testing & System Integration Testing?

Questions by sadasivarao.p

Showing Answers 1 - 17 of 17 Answers

BISWAJIT PANI

  • Jun 19th, 2006
 

System Testing

It a End to End testing of the application against requirements where the testing Envirnment is just like a Production Envornment but not Production Envornment...

Integration Testing

To check the interface between the modules is called Intigration Testing..

Regards

Biswajit Pani ( 09986183456)

Panibiswajit@yahoo.com

 

  Was this answer useful?  Yes

Lingaraja

  • Jun 28th, 2006
 

UnitTesting:

Test the system against LLD.

Integration testing:

Test the system against HLD.

System Testing:

Test the system against the SRS.

  Was this answer useful?  Yes

Hi,

Integration Testing: As modules are developed they get integrated as part of design. Then individual and net behaviors need to be tested. This type of testing is known as integration testing.

System Testing: When an application is deployed into environment it becomes system. Testing performed on this type of setup is called System testing.

 

Regards

Prasad

  Was this answer useful?  Yes

bkark

  • Apr 19th, 2007
 

Integration testing : Different modules of the application integrated together and you test their functionality

System testing: system as a whole is tested - Non-functional testing eg. performance, load and stress testing and not to forget - security

  Was this answer useful?  Yes

Sindhu

  • Sep 21st, 2007
 

Integration Testing : Tests interaction between the integrated modules.

System Testing: Tests an integrated system to verify that it meets its requirements

System Integration Testing : Verifies that a system is integrated to any extended or third party system defined in the system requirement.

Rose1

  • Oct 21st, 2010
 

System Testing:In system testing we test the system works well in the real environment with the real data. Since the servers and data are different it may not work as expected.


Integration testing:In integration testing we make sure that all the components in the application are integrated together or not and work well as per the requirement document.

  Was this answer useful?  Yes

manii17k

  • Oct 22nd, 2010
 

Once the application is installed into a environment as a whole is called as system testing in this stage the black box test
engineer will perform many types of testing they are
1 . System integration testing
2 .
Performance testing
3 . Stress testing
4 . Load testing etc
and system testing is a testing where test
engineer will perform testing on one module and check the reflections in other related areas.

  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