How to run parallel tests with Selenium WebDriver and TestNG in Chrome browser and in Internet Explorer browser

In the previous lesson(How to run parallel tests with Selenium WebDriver and TestNG) we used Firefox browser to run the tests. Now we introduce how to run the tests parallel in Chrome and in Internet Explorer browsers. Firstly download the latest chromedriver and IEDriverServer files. You can download the IEDriverServer file from the http://code.google.com/p/selenium/downloads/list site. […]

Read more