Running test cases with appium against android application
- Android device with developer access
- npm & nodejs
- Android sdk
- Oracle Java 8
- Python 2.7.x
- pip
Simple listview app that has edittext and button to add todo items Items cannot be deleted atm.
- Install appium server
npm install
- Install robotframework and appiumlibrary
pip install -r requirements.txt
1 Build the application ./gradlew assemble
2 Check your device name adb devices
3 cd to app
4 Run robot --variable deivicename:<your_device> --variable version:<your_android_version> robot/todo.robot