What is the difference in writing the test cases for Integration testing and system testing

Questions by rekhas_82   answers by rekhas_82

Showing Answers 1 - 7 of 7 Answers

Jesh

  • Apr 17th, 2006
 

Integration Testing:

Mostly the integration Testing is not done by Test Engineer.

Integration testing test case includes a partial amount of the conditions used for system testing.

System testing = Functionality Testing + Integration + Unit (Complete round of testing)

  Was this answer useful?  Yes

Ravi Krishna

  • Apr 21st, 2006
 

system testing consists of Both functional testing and nonfunctional testing.

where as integration testing consists of only functional testing.

System Testing means Checking every object.

Integration Testing:Testing by combining All modules together and checking Weather the functionality is working according to requirement or not.

  Was this answer useful?  Yes

Integration Testing means:- Combined part of an application to determine if the functions together correctly.

system testing means:- overall requirement specification it's covers all combined part of the system.

if any clar let me know.

Thanks

Srinivasulu.chittoor

  Was this answer useful?  Yes

Intergration Testing: In the test cases of Integration Testing we will define active module and its dependent module. Also we will use dependent data for validation.

System Testing: In the test cases of System testing we will use active module and test data. Here we will validate system as a whole based on client business requirements.

regards

snreddy

  Was this answer useful?  Yes

 integration testing  is a white box testing .which  is done by developers.(verifications ) whether software is made according to client requirements. 

 system testing is a black box testing which is done by  testers.(validations)here functionality is checked whether software satisfies the client requirements are not

test cases are written by test engg so that according to these test cases the can check the functionality.

  Was this answer useful?  Yes

venkatakrishna

  • Sep 22nd, 2006
 

Integration testing : During developing time various teams of same proj will work. After completion of the individual modules dev then all the modules will integrate to each other.After integration we will test whether data is flowing fron one module to another moduleInterface errors will be find outdue to integration one module may affect the other module suchthings will be tested.System testing: This kind of testing is done after completion of Integration testing.During this testing time,we will consider system as a whole and tested whether the system meet customer req or not.During this time both functional and nonfunctional testing (Load testing ,Stress ,Security ,COmpatability )

  Was this answer useful?  Yes

mehar

  • Oct 11th, 2006
 

integration testing is a white box testing .which is done by developers.(verifications ) whether software is made according to client requirements. system testing is a black box testing which is done by testers.(validations)here functionality is checked whether software satisfies the client requirements are not.this is the major difference

  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