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 |
|
|
8.Book a flight in your name and verify in the window
by entering your on the customer name field.report if
the window with label “Search Results”appears.
Sol: # Flight Reservation
Win_activate (“Flight Reservation”);
Set_window (“Flight Reservation”, 6);
Edit_set (“Date of Flight:”,”12/12/12”);
List_select_item (“Fly From:”,”Denver”); # Item Number 0;
List_select_item (“Fly To:”,”Los Angeles”); # Item Number 2;
Obj_mouse_click (“FLIGHT”,62, 31, LEFT);
# Flights table
set_window (“Flights Table”, 3);
list_select_item (“Flight”,”4661 DEN 02:57 PM LAX 03:55 PM TWA
$107.20”);
# Item Number 3;
button_press (“OK”);
# Flight Reservation
Flight Reservation (“Flight Reservation”, 14);
Edit_set (“Name:”,”harish”);
Edit_get_text(“Name:”,text);
Button_set (“First”, ON);
Button_press (“Insert Order”);
Wait(6);
# Flight Reservation
win_activate (“Flight Reservation”);
set_window (“Flight Reservation”, 3);
menu_select_item (“File;Open Order…”);
# Open Order
set_window (“Open Order”, 2);
button_set (“customer Name”, ON);
edit_set (“Edit”, text);
button_press (“OK”)
if(win_exists(“Search Results”,4)==E_OK);
{
tl_step(“Search Results”,0,”Record found”);
set_window (“Search Results”, 4);
button_press (“OK”);
}
else
tl_step(“step results”,1,”Record not found”); |
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
|
|