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 use of _set_window in winrunner?
How should we write and execute a user define function using WinRunner.
How to use winrunner?
How winrunner Handles varying window Labels?
what is the purpose of '*', '&','.' symbols in Regular Expressions (winrunner)?
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
What are the reasons that WinRunner fails to identify an object on the GUI?
What is the difference between a Defect & an Error?
what is batch mode, how can u run ur tests in batch mode?
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?
Wat is the defferances between Test plan and devolopment plan?