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 |
|
|
5. Use IF_ELSE and check if the flight application is open,
If it is open a basic test (TEST 1) else open it and run
the test. (use call statement)
Sol:
If ((win_exists(“Flight Reservation”,0))==E_OK)
Call “ass1”();
Else
{
call “c:\\WinRunner prog\\ass2”();
call “ass1”();
}
NOTE:
CALL: invokes a test from within a test script.
Syntax:
Call test_name ([parameter1, parameter2, … parametern]);
Test_name The name of the test to invoke.
Parameter The parameters defined for the called test.
The call statement invokes a test from within another test script.
The called test be stored in the same directory as the main test or
include a full pathname within quotation marks. Alternatively,
the called test can be stored in a directory specified in the search path.
|
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
|
|