Skip to content

Requirements

  • Appium (version : 120.2)
  • Android Mobile device
  • HuLoop Setup (latest)
  • Android Studio with ADB

Download and install the requirements as mentioned above:

Appium: http://appium.io

Android Studio : https://developer.android.com/studio/index.html

For test to run on devices, we need to make sure:

  • USB Debugging is enabled for the Mobile Device
  • ADB lists your devices into the connected devices
  • Changing the Desired capability as per the hardware if required.

Back To Top