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 |
list out the some of the exceptions list usually occur while recording and playing the script.
What is the diffrance bet. Compiled module and User defined Functions?
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com
What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
What is the difference between writing a function and writing a script?
What is the difference between a Defect & an Error?
What is the extension of GUI check points check list file?
Explain the purpose of different record methods?
What is the Difference between the versions of WinRunner7.1 and WinRunner7.6? What r the advantages of WR7.6 than WR 7.1 and Which type of Browsers they support?
what is the testing high level architecture
What different actions are performed by find and show button?