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

Questions by cool_2006   answers by cool_2006

Showing Answers 1 - 9 of 9 Answers

sai

  • Nov 17th, 2006
 

Integration testing means testing each individual modules where as system testing means testing the entire application and also the hardware

  Was this answer useful?  Yes

surya

  • Nov 22nd, 2006
 

In actual practice Integration testing means testing the interfaces of the appliction after merging the code. It means whether the merge is successful according to the customer requirement or not. Checking the intercfaces between two modules.

But System Testing is a testing practice where in we will test the entire application including the hardware,interfaces and navigations from one module to other.

  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