Tag Archives: Web Application Testing

Airline Software Testing – Reservation and Ticketing Systems

More and more people reserve airline tickets using the internet, so travel agency and airline companies must focus on their website as the quality of the website represents the company and the quality of their services. From our experience, there are two important factors in ensuring the quality of airline websites; system integration and business rules implementation.
More

Posted in Test Management and Planning | Tagged , , | Leave a comment

How to Test URL Redirection

How toTest URL Redirection
Website URL redirection is used in several instances. For example:
• When the domain is reallocated from www.example.com to www.anotherexample.com. Because people will still keep www.example.com, instead of the new one for the website in their bookmark.
• When the webpage is renamed or reallocated.
• When you expect different content for different locations of your user population. An airline website for instance; the default “from” location for a ticket would be Chicago if the user IP is from Chicago, etc.
Testing redirection in a live environment is simple. Just type in the domain alias in the address bar, and then check the final response. But what about the test environment? More

Posted in Web Application Testing | Tagged , , , , | Leave a comment