Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Running Methods in Parallel with Dynamic Data

48 views
Skip to first unread message

Wasif Israr

unread,
Mar 3, 2025, 1:40:40 AMMar 3
to testng-users
Hi Everyone,
I am using TestNG to run my Android Tests. So Currently I am running Parallel Tests. Each Test Tag having separate classes:

Parallel(Tests).png

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?
Reply all
Reply to author
Forward
0 new messages