Hi Everyone,
I am using TestNG to run my Android Tests. So Currently I am running Parallel Tests. Each Test Tag having separate classes:
The drawback with This approach is my OrderTest class will run for 45 mins but my other classes in the second test will run for 20 mins. But the second device will get occupied for 45 mins.
So, what I thought is to run Methods in Parallel. In 2 Threads, Each Thread will have seperate udid,serverPin,ManagerPin,systemPort,appiumPort.
How can I achieve this?