Kindly can any one tell me
i)how to write a test case for integration testing?
ii)if I register a user detail in one page it will automatically update in another page for that how can I write a test case?
Answered by: Samrat on: Nov 14th, 2011
Integration testing test cases :- Integration testing is done to ensure that the modules are integrated properly and to check the communication between modules
:-- So to write the test cases
:---...
Can you please elaborate your question and include more specifics.
But to give you a general answer to your question: Same as you would write any other test case.
Suppose you were testing a simple re...
Integration testing test cases :- Integration testing is done to ensure that the modules are integrated properly and to check the communication between modules :-- So to write the test cases :---...
Can you please elaborate your question and include more specifics. But to give you a general answer to your question: Same as you would write any other test case. Suppose you were testing a simple re...