原文:Running test classes in parallel with @Factory in TestNG
There are 5 test classes in total. Each of them are initialized using @Factory(dataprovider = "data"). What I want to achieve is, the test methods in each test class should run in parallel with the ...