Questions tagged [selenium-grid2]

Selenium-Grid allows you run Selenium tests on different machines, running various operating systems, against different browsers in parallel. It allows for running your tests in a distributed test execution environment.

Selenium-Grid allows you run Selenium tests on different machines, running various operating systems, against different browsers in parallel. It allows for running your tests in a distributed test execution environment.

Selenium-Grid 2.0 is the latest release. It is quite different from version 1 of Selenium-Grid. In 2.0 Selenium-Grid was merged with the Selenium-RC server. Now, you only need to download a single .jar file to get the remote Selenium-RC-Server and Selenium-Grid all in one package.

Grid allows you to :

  • scale by distributing tests on several machines (parallel execution )
  • manage multiple environments from a central point, making it easy to run the tests against a vast combination of browsers / OS.
  • minimize the maintenance time for the grid by allowing you to implement custom hooks to leverage virtual infrastructure for instance.

Related tags :

170 questions
0
votes
1 answer

How to run test scripts in parallel machine using Selenium Grid with pom and testNG

Totally i have 50 scripts in my testng.xml, now i want to run 25 in the hub and the remaining 25 in node and both the machine are in same platform windows. here i want to use testNG. and I referred the…
Lucan
  • 83
  • 1
  • 4
  • 11
0
votes
1 answer

Should we register a node daily in selenium grid?

Do we need to register a node every time in selenium grid ? I registered a node today and ran the test cases, tomorrow when i come i don't want to register it again, instead i just want to run the test cases. How to achieve this ??
kittudk
  • 55
  • 3
  • 14
0
votes
1 answer

Selenium remote webdriver failing with class cast exception

I my tests working calling the selenium grid server. but now they're all failing with a class cast exception. (can't cast a string to a map). Stepping through the Selenium code the response coming from the selenium grid server is some html…
tad604
  • 336
  • 1
  • 5
  • 18
0
votes
1 answer

Selenium node failing to run IE or Chrome web drivers

Here's simple batch file I wrote to start the node for selenium grid set webdriver.ie.driver=C:\selenium-server\IEDriverServer.exe echo %webdriver.ie.driver% set webdriver.chrome.driver=C:\selenium-server\chromedriver.exe echo…
tad604
  • 336
  • 1
  • 5
  • 18
-1
votes
1 answer

Distributed native test execution over android devices

I need to execute a test suite in distributed mode over two android devices . i'm using appium and testng .Any one of you'll able to do so ?
lahiruW
  • 39
  • 1
  • 8
1 2 3
11
12