Test case for system integration testing for flights

How to write a test case for integration testing for booking a flight for one-way,round trip and multi city

Questions by shamithat

Showing Answers 1 - 4 of 4 Answers

Harry

  • Jul 16th, 2011
 

Hi,

First thing is as a tester he wont do the integration testing...........If u feel that the checking the interfaces in the application itself called as Integration testing, then u r wrong.......generally the integration testing do in the coding part.

Coming to the test case for Book a flight with one way, two way and multi city....
1) use "state transaction technique" and "Decision table technique" while preparing the test cases
2) we will get n.....number of combinations and it is not necessary to write test case for all the combinations.
3) write for the one way,two way with few combinations in the list box...and at the time of testing if u come across the unexpected behavior then you have write the test case for the functionality that leads to bug and have to log the bug.
4) This is how the test case updation will do in the companies

  Was this answer useful?  Yes

Noddy

  • Jul 31st, 2011
 

Well Integration testing is both a black box and white Box testing..It is done by testers also not only by developers..

  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