How to execute the Test methods in different chrome instance using maven
I have 5 testNg methods. It will take around 2 to 3 hours to complete the 5 test methods. So I want to execute each test methods in different chrome instance so that time will be reduced. Am executing the test methods using java main class by passing the series file which contains the class name.
No answers yet.