Showing posts with label selenium browser automation. Show all posts
Showing posts with label selenium browser automation. Show all posts
Wednesday, January 18, 2017
How to run parallel execution in Selenium Grid using TestNG?
By claire mackerras1:31 AMautomation software testing services, browser automation testing, Mobile App Testing using Selenium, selenium automation testing services, selenium browser automation, Software Testing
No comments:
Selenium Grid is a proxy server that enables the user to run tests in
parallel on multiple machines. It manages different browser versions and
configurations centrally. Selenium Grid allows the selenium test
scripts to route the commands to remote web browsers.
When the Selenium Grid is to be used?
Selenium Grid must be used when you want to do either one or both of the following:
Tests can be run against different browsers, operating systems, and machines all at the same time: For
this, you need to ensure whether the application being tested is fully
compatible with a wide range of browser-OS combinations.
Click here to read more: https://www.bugraptors.com/blog/run-parallel-execution-selenium-grid-using-testng/