How selenium grid works?



How selenium grid works?..

Answer / Jimit Kumar

Selenium Grid allows you to run tests on multiple machines, operating systems, and browsers simultaneously. It consists of a hub that manages connections to slave nodes (machines with installed WebDriver) and allows clients to submit test requests to these slaves. The hub routes the requests to available nodes, executes the tests, and returns results back to the client.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What is same origin policy and how it can be handled?

1 Answers  


What is a fundamental difference between xpath and css selector?

1 Answers  


For database testing in selenium webdriver what api is required?

1 Answers  


List some scenarios which we cannot automate using selenium webdriver?

1 Answers  


What are the advantages of pom?

1 Answers  


What are the advantage and features of selenium ide?

1 Answers  


How to handle dropdowns in selenium?

1 Answers  


Why testers should opt for selenium and not qtp?

1 Answers  


Write a code snippet to launch firefox browser in webdriver.

1 Answers  


How to export selenium ide test suite to selenium rc suites?

1 Answers  


What does a concentrator do in the selenium network?

1 Answers  


Tell us what kinds of test types are supported by selenium?

1 Answers  


Categories