Software Testing
Exercise 1 Evaluating a Manual AUT (Application Under Test) tutorials
In this exercise you will test your understanding of Application.
Test Name: MyFirstOrder
Test Objective: Create a new order with the Flight
Reservation application.
Description: Test the functionality of application
and create a new flight reservation order.
Application: START
> PROGRAMS > QUICKTEST PROFESSIONAL > SAMPLE APPLICATIONS > FLIGHT
Operating System: Windows 2003, Windows XP or Windows 7
QTP version: 9.2 or 10.
Test Requirements:
1. Verify that "Insert Done..." appears in the status bar of the
Flight Reservation window, when you click on Insert Order Button.
2. Verify that an order number is displayed in the Order No box of the
Flight Reservation window.
3. Verify that you can select different combinations of from and to cities.
4. Verify the state of the check boxes in the Open Order window.
Initial conditions: all enabled.
When Customer Name or Flight Date is checked:
Order No. is disabled; other 2 are enabled.
When Order No. is checked: Order No. is enable;
the other 2 are disabled.
5. Verify that you can have "10" as the maximum number only for
tickets accepted for a flight reservation.
Review of Test Exercise 1 (Write answer and then check it yourself)
1. These are some characteristics of a useful test case. Are these
characteristics included in Test Case 1? If yes, fill in the answers; if no,
write "Not Specified".
Purpose __________________________________________________________
Navigation __________________________________________________________
Verification __________________________________________________________
Sample Data __________________________________________________________
2. List one example of a test objective and two examples of a test requirement.
Objective _____________________________________________________________________
Requirement 1 _____________________________________________________________________
Requirement 2 _____________________________________________________________________
_____________________________________________________________________
3. What is the importance of learning the AUT (Application Under Test)
before creating automated test scripts?
_____________________________________________________________________
_____________________________________________________________________
4. Have you verified 10 is the maximum number of Tickets accepted, what
happens if you enter more?
_____________________________________________________________________
_____________________________________________________________________
Exercise
1) click on START > PROGRAMS > QUICKTEST PROFESSIONAL > SAMPLE
APPLICATIONS > FLIGHT. This will give you Login Screen as follows, Log in
using AGENT NAME: samir and PASSWORD: mercury.

2) Enter Date of Flight in mm/dd/yy format, for Fly from:
drop down menu, select London and Fly to: drop down menu select Paris.

3) Click on Flight button and it will show you Flight Table as follows.

4) After selecting flight, Enter you name, Number of Tickets and flight
Class from First Class, Business Class or Economy class. Once done click on
Insert Order Button.

5) Once you click on Insert Button, it will show Insert Done message (shown
in Red markup), it will also show you Order number (shown in Red Markup).
