How to Execute Test Scripts Parallelly

Modified on Tue, 13 Aug at 3:32 PM

TABLE OF CONTENTS

1. Overview

2. Executing Tests Scripts Parallelly Leveraging algoQA

3. Related Articles

1. Overview

You can execute algoQA generated scripts parallelly. Executing tests in parallel refers to the practice of running multiple test cases simultaneously to save execution time.

2. Executing Tests Scripts Parallelly Leveraging algoQA

Before executing multiple tests parallelly, you need to ensure that all dependencies, such as browser drivers, libraries, and other necessary tools, are installed and configured. You also need to  ensure that environmental variables are set correctly to access the required resources.
Perform the following: 

  1. Navigate to the algoQA script generated folder. 
  2. Click to highlight the folder address bar and type 'cmd'.
  3. Open the first command prompt and execute by running the appropriate command for the first test case.
  4. While retaining the first command prompt open, launch a second command prompt from the same folder and run the second test case by executing the appropriate command.
    For example, if you have generated scripts using algoQA for web test automation, then if you have a login test case and Verify cart details test case. You can execute both the test cases parallelly as described in the preceding steps.

Executing Selenium Scripts Parallelly with Limited Permissions on Windows Machine.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article