[Solved] TestNG parallel runs with a single threaded data provider
[ad_1] You can make @DataProvider(parallel = true) and use your dataproviderthreadcount to control the number of parallel threads you want to spawn. 1 [ad_2] solved TestNG parallel runs with a single threaded data provider