What is the Batch and parllel Execution?

Questions by ashoke   answers by ashoke

Showing Answers 1 - 6 of 6 Answers

Sanjay

  • Mar 9th, 2015
 

Batch processing is the execution of a series of programs ("jobs") on a computer without manual intervention. Jobs are set up so they can be run to completion without human interaction. All input parameters are predefined through scripts, command-line arguments, control files, or job control language. when two independent processes take place at the same time. this is either done by virtual threading ( wharves each process or thread is assigned access to resources for a fraction of the available time, then either volunteers or is forced to relinquish resources to another process for another fraction) or
multi core processing, whereby 2 or more completely independent processors handle different processes simultaneously.

  Was this answer useful?  Yes

Meena

  • Jun 11th, 2017
 

In automation, batch is to run the test scripts one by one serially. And parallel is running all the test scripts at a same time.. Please correct me if I'm wrong.

  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