Interview Questions

Selenium WebDriver - Explain how Selenium Grid works?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - Explain how Selenium Grid works?

Selenium Grid sent the tests to the hub. These tests are redirected to Selenium Webdriver, which launch the browser and run the test. With entire test suite, it allows for running tests in parallel.

(Continued on next question...)

Other Interview Questions