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 purpose of gui map configuration?
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
what is virtual object?
What is the diffrance bet. Compiled module and User defined Functions?
What is the function that can be used to get the length of the edit box, other than 'Length(outvariable)' ?
How do you select multiple objects during merging the files?
When would you use 'set_window' and when would you use 'win_activate'?
What are the reasons Winrunner fails to identify an object in the GUI?
3 Answers Bristle Cone, Logica CMG,
soft key for virtual object wizard ?
When it is appropriate to change physical description?
How to test Fonts and its size thru "Font Expert" in Win Runner.