Answer Posted / 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 |
Post New Answer View All Answers
Explain the winrunner testing process?
How do you filter the objects in the gui map?
How do you handle tsl exceptions?
How to do text matching?
How do you configure gui map?
what is mean by release in quality center and who will perfom?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
What Framework is suitable to validate the Login screen.
What all are the different databases winrunner can support?
What is the purpose of regexp_msw_class property?
what is the difference between toggle checkpoint and checkpoint?
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
What is test parameter
Which function to use to compare the application date with system date?
Write test scripts on a scenario where you have to transfer data from one table to another.