I've couple test features in my project and so far i'm running them in parallel using runner classes with thread count.. but the problem here is optimising execution time because on of these threads taking longer time to finish test scenarios
Is there any better approach to execute test scenarios in parallel??
Any help.. much appreciated!!