In this post you will learn how to run selenium webdriver test scripts parallel in more two environments using testng suite, testng has a feature by which we can create multiple instance of a single testng class file.
In below example, I created a selenium webdriver test script for google search. Which will run on two browsers firefox and IE.
In below example, I created a selenium webdriver test script for google search. Which will run on two browsers firefox and IE.