which function executes multiple TSL script
Answers were Sorted based on User's Feedback
Answer / srikanth.m
by using BATCH test we can execute multiple tests/multiple
TSL statments by making use of CALL() statement.
if there is any mistake please correct me @
madamanchi.sri@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mayank maheshwari
Batch Test is used to executes multiple TSL script.
Suppose u have two TSL one is test1 and aother u have test2.
tset1 is save in C drive and also the test2.
then using call function u can execute..
call "C:\\test1"();
call "C:\\test2"();
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / maheswar
suresh thanks for posting questions and answers.
| Is This Answer Correct ? | 0 Yes | 2 No |
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
What id DB Folder? when it will be created and what it consists?
How winrunner Handles varying window Labels?
Is it possible to run a WinRunner script without using GUI Map file? If yes how?
by useing qtp where the maximum people feeling difficult
How do you run your sciripts in Win Runner?
how to reverse the string using function
Whats a difference between Verification Point and Syncronization point?
How do you view the contents of the GUI map?
When would you use 'set_window' and when would you use 'win_activate'?
what is compile module in WinRunner?
which TSl statement is used in winrunner to stop the Run