What is a batch test? How do you program a batch test?

Showing Answers 1 - 12 of 12 Answers

Batch test is a group of scripts.. you can run multiple script with automation tool, when you run multiple script, with automation tool, that is called batch testing. QTP an Winrunner both are support batch test

  Was this answer useful?  Yes

Batch Testing in Automation is nothing but running the whole test set by selecting Run Test set from the Execution Grid. If our test cases are automated then by selecting Run Test set all the test scripts can be executed. In this process the Scripts get executed one by one by keeping all the remaining scripts in Waiting mode.

A batch test occurs when you run multiple scripts.  It is typically done with automation. 

You program a batch test by placing the scripts in the order you wish to have them run and employing a tool that will execute the scripts in that specified order. 

  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