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 |
pls write test case for google and yahoo mail page. pls any body known the answer immediatly post the answer
how we will create the functions and calls that functions in the main test in winrunner
What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?
What are the functions generate when u use GUI Check point?give me some of ones?
What Framework is suitable to validate the Login screen.
what is mean by v module . pls give answer with example
What is contained in the test scripts?
how v should get data from third excel sheet?
What are the standards will you maintain at the timing of writing TSL script in WinRunner?
how to upload an application in winrunner which we want to test
what is split function?Give me the syntax?
What is the usage of Test case Design Techniques,in Integration/System Testing?