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-tp4932235p4932990.html
Hi Brandon,
You could refer these doc for configuration of Selenium in Eclipse/Intellij -
http://seleniumhq.org/docs/appendix_installing_java_driver_client.htmlAlso since you are beginning with Selenium I would suggest to use Selenium 2 APIs (Also known as WebDriver API) as they are far stable than Selenium 1 APIs (also known as Selenium RC)
~ seleniumtests.com