1

In automation test single Cucumber TestNG runner is assigning threads to grid properly. However when we have multiple jobs accessing same hub url, it's causing time out. If we implement a pool queue, Do I need to queue testNg runner class or threads?. If my first job has 50 tests and 100 nodes then do I need to wait till 50 tests are run? How can I utilize idle nodes?

Also what api's that I can use from selenium hub to implement above logic?

1
  • You can provide the testng.xml with a thread count for how many test you want to run <suite name="Suite1" thread-count="20" > Commented Mar 9, 2020 at 20:29

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.