TABLE OF CONTENTS
2. Executing Tests Scripts Parallelly Leveraging algoQA
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:
- 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.
3. Related Articles
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
Feedback sent
We appreciate your effort and will try to fix the article