Execute two tests in parallel | Selenium Forum
M
Posted on 08/08/2016
Hi Ashish,

I have two test methods with two different data providers each having a set of 200 test data. Now I have to run them parallel and I only want two instances of browser to open. How can I achieve this?

M
Replied on 08/08/2016

execute the 2 methods parallely. and data from the tests will be read serially. watch module 20.