Complete Android OS project testing SDK API with apk test app using Appium with maven & TestNG
Appium project prerequisites:
- Install ADB tools, https://www.youtube.com/watch?v=UkI9v878btI
- Set up ADB Path to windows: https://www.youtube.com/watch?v=EmimicZd6tI
- Install Appium Server from http://appium.io/downloads.html and run it!
- Load the apk to device
- Connect the android device via adb, http://www.technorange.com/2015/12/how-to-connect-your-android-device-to-adb-usb-driver-intterface/
- Update the setUP class according to your device (I used LG Flex)
- Run the testng.xml or any test from any class you wish