How to write integration test cases for a Web based application ?

Showing Answers 1 - 6 of 6 Answers

Test cases for web application
It is very easy only and there is not a difference it is as same as writing test
cases for window based application only.
As a tester we have not to bother for integration with web based or application
based.
Say for example in first module if we are giving the detail of one company and
in the other module if we are getting that detail it should display full things
without showing any error.

  Was this answer useful?  Yes

ssaradha85

  • Jan 24th, 2010
 

1 ) Chk whether the bigger module is spilit into smaller modules. 

2 ) Chk whether the smaller module is bug free & tested to the expectation.
3 ) Chk whether the smaller module is added to the bigger modulue to acheive the intergrated modulue. 

  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