Steps to get started with android test automation

1
Twitter: @mposchenrieder 5) adb install <path to apk file> 6) Open terminal and execute uiautomatorviewer 7) Follow this guide and install calabash android gem 2) Install android studio http://docs.testmunk.com/en/latest/android.html 3) Execute command ‘adb devices’ in terminal. If you run into issues install adb manually http://bit.ly/1fH9z3g 4) Get sample android app: https://github.com/testmunk/TMSampleandroid Download zip -> look for app-debug.apk file 1) Enable your android device for debug mode Steps to get started with Android Mobile Test Automation

Transcript of Steps to get started with android test automation

Page 1: Steps to get started with android test automation

Twitter: @mposchenrieder

5) adb install <path to apk file>6) Open terminal and execute uiautomatorviewer

7) Follow this guide and install calabash android gem

2) Install android studio

http://docs.testmunk.com/en/latest/android.html

3) Execute command ‘adb devices’ in terminal. If you run into issues install adb manually http://bit.ly/1fH9z3g

4) Get sample android app: https://github.com/testmunk/TMSampleandroidDownload zip -> look for app-debug.apk file

1) Enable your android device for debug mode

Steps to get started with Android Mobile Test Automation