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 |
what is the testing high level architecture
What is the default type of constant TSL supports?
How to get the system date and time in winrunner?
What are the modes of script recording in winrunner ?
what is split function?Give me the syntax?
Explain in detail the parameterization steps in DDT?
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example
ca n u give the example for low severity & low priority in ur Internet Banking project
which function you will use to compare the application date with system date?..
How will you automate a test case?How will u find a IPconfig of an appln or a machine?
How do you execute your tests from windows run command?
How to fetch a value which is in a particular cell in a html table?