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 the different between GUI map and GUI map files?
did you winrunner architecture
Does winrunner supports applications with environment Visualbasic 6.0 SQL server 2000.??
2 Answers Redisolve, Visuals India,
which TSl statement is used in winrunner to stop the Run
How to set a value in to a data table from the script in winrunner?
What is the use of test director testing tool?
what is mean winrunner and load runner
what is virtual object?
what is compile module in WinRunner?
In WinRunner Compile Module doesn't support checkpoints Why?
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 do you configure gui map?