imurchie / uitest_apk

Simple app in which to throw UI stuff for random testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UITest

A very small Android app into which I can insert elements in order to test their automatability.

Requirements

Building

$ cd into/this/repo
$ ant debug

You can also run ant debug install to build and immediately deploy the app to a connected Android device or emulator.

Installing

You can install the apk through the Android Debug Bridge.

To install:

$ cd into/this/repo
$ adb install bin/settings_apk-debug.apk

To uninstall:

$ adb uninstall io.appium.settings

License

Apache License 2.0

About

Simple app in which to throw UI stuff for random testing

License:Other


Languages

Language:Python 79.1%Language:Java 20.9%