Executing the TestsHow to Execute Test Scripts Parallelly

How to Execute Test Scripts Parallelly

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.

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:

Navigate to the algoQA script generated folder.

Click to highlight the folder address bar and type 'cmd'.

Open the first command prompt and execute by running the appropriate command for the first test case.

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.