Appium - Parallel Execution (Grid)

Yeah…This is not required !!

  1. Just create a class and use TestNG @BeforeClass annotation, give DesiredCapabilities with specific to AndroidDriver using @Parameters (Those can override in TestNG.xml).
  2. Inside @Test write your script
  3. Call the class file in TestNG xml file as i was mentioned above.

Regards,
Bhaskar.