简体   繁体   中英

Executing multiple Selenium Web driver test cases in parallel on one machine

I am able to execute maximum 5 test cases in parallel on one machine. How to increase the number of test cases?

You'll typically be limited by the power of your computer (number of CPU core and memory speed and amount). This will relate to the number of browsers you open, and therefore the number of test you can run. To run more tests, faster, use a Selenium Grid, such as SauceLabs (which is free for a trial period).

I talk about this is the book I'm working on -- Selenium WebDriver In Practice.

Alex

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM