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 |
How should we write and execute a user define function using WinRunner.
What is test parameter
Have you created test scripts and what is contained in the test scripts?
how to open an application
How to recover the Parameter out of range error while running the script in verify mode
What is context sensitive Recording?
what is risk?
Testing work start at once
What is the difference between bitmap checkpoint and image checkpoint?
what is the TSL statement to find current systsem date?
How to calculate the edit field length
During debugging how do you monitor the value of the variables?