KabInfo.Net - Full Testing Tutorials - All Free
At KabInfo.Net you will find all the Manual and Automation Testing tutorials,
from basic Testing Definition and Testing Types,Testing Methodologies to
advanced Automation Tools like, WinRunner, LoadRunner and a Test Management
Tool like TestDirector.
KabInfo.Net - The Largest Enterprise Application Testers site on the Net |
|
|
3. Get the Data, departure, arrival, selected flight, Order No.,
Total and name from the flight window and display them in the
test results using report_msg.
Sol:
# Flight Reservation
set_window (“Flight Reservation” , 1);
edit_set (“Date of flight:” , “12/12/12”);
list_select_item (“Fly From:” , “Denver”); # item Number 0;
list_select_item (“Fly To” , “Frankfurt”); # item Number 0;
obj_mouse_click (“FLIGHT” , 31, 14, LEFT);
# Flight Table
set_window (Flights Table) , 1;
list_get_selected (“Flight” , flighstable,number);
button_press (“OK”);
# Flight Reservation
set_window (“Flight Reservation” , 30);
edit_set (“name:” , asdfg);
button_press (“Insert Order”);
wait(6);
edit_get_text(“Date of Flight:” , date);
edit_get_text (“Name:” , name);
edit_get_text (“Price:” , P);
list_get_selected (“From:” , dep,number);
list_get_selected (“Fly To:” , arr,number1);
report_msg (“the data is “&date&” the name is” &name);
printf (“the date is “&date&” the name is” &name);
report_msg (“the price is “&P&” the dep is “&dep&” the arr is” &name);
ptintf (“the price is “&P&” the dep is “&dep&” the arr is” &arr);
# pause(“the price is “&P&” the sekp is “&dep&” the arr is” &arr);
printf (“the number is” &number&” the number1 is” &number1);
report_msg (“the flightstable items are”&flightsable);
printf (“the flightstable items are” &flightstable);
|
Where to Start
What does a Software Test Engineer have to know? What will the future bring?
KabInfo.Net will try to answer this, and help you become a professional
Software Test Engineer, well prepared for the future.
Before you study the tutorials,
Read this
introduction.
Because time is valuable, we deliver quick and easy learning. At KabInfo.Net,
you can study everything you need to learn, in an accessible and handy format.
"No One Is Great, And Every One Is GREAT"
K.A.Babu (2004)
Testing Joke
Tester : "I Delivered a 100% Bug Free Product!"
|
KabInfo.Net - Testing School is for self training only. We do not warrant the
correctness of the content. The risk of using it remains entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 2004
. All Rights Reserved.
Logo Courtesy - Venkat Battu
|
|