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 |
where can i get realtime projects
What is the purpose of Wdiff utility?
Do we need start up file in win runner??if yes then why?and no then why?
WHAT PURPOSE TO USE WINRUNNER
I am new to testing. Can anyone send a sample test script in which variables are used to automate the flight login page.
which option allows to execute script from a given location
What is the XML test cases creation?
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
what is compile module in WinRunner?
how u can do parameterization in winrunner? tell me the sample code.
hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.
Difference between winrunner and test director?