This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 3
May 2018

Hi All,

I need to execute test on iOS and android parallel.
I am using TestNG. Can someone please help me with solution.

  • created

    May '18
  • last reply

    Jun '18
  • 2

    replies

  • 273

    views

  • 3

    users

in testng file parallel=class/test
and also use selenium grid for parallel execution by registering
android and ios as a node on grid hub and then execute using
RemoteWebDriver class instead of AppiumDriver or IOSDriver class

You should still be able to use AppiumDriver if using java. You just point to the selenium grid hub url instead of a local appium server.