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 |
Data is there in two excel sheets .. how ur going to retrive the data in winrunner thru script.. write down the script?
What the Script for Database Test Using WinRunner
2 Answers Bally Technologies, CTS,
How do you run your test scripts?
how scripting language & programming language are different?
Does winrunner supports applications with environment Visualbasic 6.0 SQL server 2000.??
2 Answers Redisolve, Visuals India,
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
what is add-in manager in WinRunner?
What is the disadvantage of loading the GUI maps through start up scripts?
winrunner supports .NET technology or not?
Define parameterizing?
what is the difference between toggle checkpoint and checkpoint?
During debugging how do you monitor the value of the variables?