what is batch mode, how can u run ur tests in batch mode?
Answers were Sorted based on User's Feedback
Answer / aaa
calling all the modules is called batch script.
The test scripts which are created for all the modules and
are stored in a common drive .To execute all the scripts
together you need to write a batch script and call all the
saved scripts and run in batch mode.
tools > general options >run >select run in batch mode >
click ok.
When the scripts are run in Batch ON mode the test resuts
will be stored in the main module and in the individual
module.
When the scripts are run in Batch OFF made the test results
will be stored only in the main module.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sailaja
executing a set of scripts at a time like a batch. the
batch file in WR contains only 'call' statements to the
scripts
call"c:\...."();
to do batch testing, you have to select 'run in batch mode'
in general options
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / jyotsna
batch mode is nothing but sequencial execution of a
dependent test scripts. and we can execute batch tests by
using call function.
let me know if i'm wrong :)
thank u,
| Is This Answer Correct ? | 4 Yes | 4 No |
what is TSL script to connect testdirector through winrunner
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
how u can do parameterization in winrunner? tell me the sample code.
what is the difference between toggle checkpoint and checkpoint?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How do you do digital signature test in winrunner?
what is the difference between synchronization pt and wait statement. what are the advanatages and disadv..of context sensitive and analog recording
how can you explain your Real Estate Project in front of interviewer..? please step by step......
what is the extension of the Run time Record checklist file
i'm using WR 8.2 version to test a form developed using ORACLE10g. The problem i'm facing is, the form has number of edit objects in that only two objects are not able to recognize by WR while running the script. ( if i FIND that object in the GUI File it highlights the object but if i press SHOW button not able to recognize) can anyone tell me the reason for it??
Explain the purpose of different record methods?
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?