What is batch Testing when we are using batch tesing in winrunner

Questions by chvenu   answers by chvenu

Showing Answers 1 - 5 of 5 Answers

Sriharsha

  • May 25th, 2006
 

Eg :

Now suppose u have 1500 files in a project. U have manually executed them once each. now u have to connect them and run them all at once. its highly impossible to do manually. here we use Batch test.

What we do is we wtite a sep script calling all the 1500 files and executing them.

before execting plz note we have to make a change in SETTING option and that is to CHOOSE : RUN IN BATCH MODE

  Was this answer useful?  Yes

demma

  • May 29th, 2006
 

Batch testing is performed for scenario that needs to be implemented for a longer period of time (like overnight)

  Was this answer useful?  Yes

nagarjuna

  • Jun 3rd, 2006
 

 

The batch mode will use when we need continuous excution of the scripts with out break if any errors in the script even thogh its cotinue the excution and at last the errors will display in the report 

  Was this answer useful?  Yes

kotidachepalli

  • Oct 11th, 2006
 

hi.......

. Group of tests executing sequentially one by one is called Batch Testing. Usually in the process of regression testing so as to view the consolidated test results information

 

 

 

 

 thanx......

  Was this answer useful?  Yes

aaa

  • Jan 11th, 2007
 

       Calling all the modules are called batch scripts.

All the scripts that are created for each module will be stored in a common drive. To execute them all together you need to write a batch script and call the saved scripts and run in batch mode.

 

Call ?c:\winrunner\fr_regular ? ( );

Call ? c:\winrunner\create_order ? ( );

 

Tools > general options > run > Select run in batch mode > ok

 

 

When the Scripts are run in Batch ON mode the test results will be stored in the individual module and in the main module.

 

When the Scripts are run in Batch OFF Mode the test results will be stored in the Main Module only .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions