Re: Deploying Selenium IDE exports (JUnit 4 [Webdriver]) to Selenium Grid for parallel tests

Posted by softwaretestingforum on
URL: http://manual-and-automated-testing.232.s1.nabble.com/Deploying-Selenium-IDE-exports-JUnit-4-Webdriver-to-Selenium-Grid-for-parallel-tests-tp4932235p4932848.html

Hi Brandon,

Welcome to the group. A couple of pointers -

1. I guess you used Eclipse or Intellij to execute test on one machine to make sure tests indeed work. Did you?

2. I suppose you are using Grid1, I suggest you to use Grid 2
Grid 2 wiki describes how you can set up tests to run on multiple environments. Let us know if you face and specific problem with Grid 2.

3. I also suggest you to use TestNG and not Junit as TestNG supports parallel execution of test inherently which I am doubtful in case of JUnit

Hope this helps.


~ seleniumtests.com