Online Flight Booking App

Pradeep K
Testvox
Published in
3 min readDec 13, 2019

Things to Check while Testing

There are 3 main things that needs to be given much importance while testing:

1. Flight availability — Correctly listing out the availability of GDS (Global Distribution System) flights and LCC (Low Cost Carrier) flights on the portal. Also, the details about the connection flights.

2. Fare details — Regarding calculations including service tax, IATA fee, other fees and baggage/add-on fares.

3. Booking confirmation and ticket generation — Regarding PNR generation and ticket issuing.

Given below is a common set of test cases used in these scenarios.

It is best if these test cases be included in all regression tests and sanity tests before each release to verify if the product is stable.

TC01 : To check whether availabiltiy is displayed for onward Journey

TC02 : To check whether availabiltiy is displayed for roundtrip journey

TC03 : To check the validation given for mandatory fields

TC04 : To check the maximum no of passengers that can be booked at at time

TC05 : To check how system behaves when max limit exceed

TC06 : To check pricing for GDS onward direct flight

TC07 : To check the pricing for GDS onward connection flight same airline

TC08 : To check the pricing for GDS onward connection flight different airline

TC09 : To check the pricing for LCC onward direct flight

TC10 : To check the pricing for LCC onward connection flight same airline

TC11 : To check the pricing for GDS roundtrip onward and return direct flight same airline

TC12 : To check the pricing for Roundtrip with onward and return direct flights different airline

TC13: To check the pricing for GDS round trip with onward direct flight and return connection same airline

TC14: To check the pricing for GDS round trip with onward direct flight and return connection different airline

TC15: To check the pricing for GDS roundtrip with onward connection same airline and return direct flight

TC16: To check the pricing for GDS roundtrip with onward connection different airline and return direct flight

TC17: To check the pricing for Roundtrip connection with onward same connection,Return same connection but onward and return different

TC18: To check pricing for Roundtrip connection with onward different connection,Return same connection but onward and return different

TC19: To check the pricing for Roundtrip connection with onward different connection,Return different connection both onward and return different

TC20: To check the pricing for Roundtrip connection with onward different connection,Return different connection both onward and return different

TC21: To check the pricing for GDS Return Special fare

TC22: To check the pricing for LCC Return Special fare

TC23: To check the pricing response for onward gds flight having price change

TC24: To check the pricing response for onward LCC flight having price change

TC25: To check the pricing response for round trip GDS flight having price change

TC26: To Check the travel Itinerary Response for onward journey

TC27: To check booking success for GDS and LCC flight

--

--

Pradeep K
Testvox
Editor for

Founder and Chief Testing Officer at Testvox