27
Jun
Executing tests in parallel with TestNG Framework
Step 1: Create a testing.xml with parallel keyword as Step 2: create PE1 and PE2 classes (which needs to be executed in parallel) package TestNG; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver;...