Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
titleUP TO DATE

...

UI Automator Basic Sample Project

If you are new to GREENSPECTOR for UiAutomator, try this sample first.

This project uses the Gradle build system. You don't need an IDE to build and execute it but Android Studio is recommended.

  • Open the Android SDK Manager (Tools Menu | Android) and make sure you have installed the Android testing support library Repository under Extras.
  • In Android Studio, select File | Open... and point to the ./build.gradle file.
  • Check out the relevant code. Tests are in src/androidTest/java
  • Create the test configuration with a custom runner: android.support.test.runner.AndroidJUnitRunner
  • Open Run menu | Edit Configurations
  • Add a new Android Tests configuration
  • Choose a module
  • Add a Specific instrumentation runner: android.support.test.runner.AndroidJUnitRunner
  • Run the newly created configuration

The application will be started on the device/emulator and a series of actions will be performed automatically.

If you are using Android Studio, the Run window will show the test resultsUI Automator, Android provides a example project that you should try.

Download the Basic Sample for UI Automator and follow the step-by-step guide described in the README.md file.

Integrate GREENSPECTOR in your UI Automator tests

First, you will need to install Android Probe API in your development environement. Then, refer to the Probe API reference guide to know how to use GREENSPECTOR Probe API.