Giter VIP home page Giter VIP logo

aws-device-farm-sample-app-for-android's Introduction

AWS Device Farm Sample App for Android

This is a sample native Android app that contains many of the stock Android components and elements, along with example Appium, Calabash, and Espresso tests. You can use the app and example tests as a reference for your own AWS Device Farm test scripts.

Notes

This project uses Butterknife in order to create Android views and view listeners through annotations.

Getting Started

In order to run this app on Device Farm, you will first need to create a local copy of this repository, open the project, and then build the APK from the source.

Examples for Testing Specific Scenarios

Component App Implementation Espresso Calabash Appium
Alerts: Toasts and Dialogs source code source code source code source code
Fixtures source code source code source code source code
Static Page: TextView source code source code source code source code
Login Page source code source code source code source code
Nested Views: Back and Up Navigation source code source code source code source code
Web Views
An Expected Crash source code source code Not implemented Not implemented

Examples for Native Features

Feature Android Implementation Espresso Calabash Appium
Camera source code source code source code source code
Image Collection Grid source code source code source code source code
Scroll View source code source code source code source code
Out of View Content source code source code source code source code
Video source code source code source code source code

Examples for Inputs

Component Android Implementation Espresso Calabash Appium
Checkbox source code source code source code source code
DatePicker source code source code source code Not implemented (not directly supported by Appium)
EditText source code source code source code source code
Gestures Input source code source code source code source code
Pull to Refresh source code source code source code source code
Radio Buttons source code source code source code source code
TimePicker source code source code source code Not implemented (not directly supported by Appium)
Toggle Button source code source code source code source code
Spinner Input source code source code source code source code
Buttons source code source code source code source code

Examples for Navigation

Component Android Implementation Espresso Calabash Appium
Navigation Drawer source code source code source code source code
ViewPager source code source code source code source code

Android Tips and Tricks

  • Android Devices come in many different screen sizes. Make sure to properly layout your views within your Android XML file. Follow this guide in order to learn more about writing code to support different screen sizes. Here is an example in the Android code where there are different defined values depending on the screen-size. This automatically resizes elements within the layouts so that views adapt to all screens sizes. Remember if an element/view isn't completely on the screen during testing it cannot be verified.

Espresso

Setting Up and Running Espresso Tests

If you're just getting started, first read this guide.

Configuring Android Studio to Run Espresso Locally

You must set a custom Instrumentation run configuration to run your Espresso tests locally. You need to set the instrumentation runner to "android.support.test.runner.AndroidJUnitRunner"

Building the App and Test APK to Run on Device Farm

You will need two APKs: the app apk and the Espresso (Instrumentation) test apk.

Step 1: Go to your project directory

Open your terminal/command prompt and change your directory to your project folder.

Step 2: Build the project

Linux and OSX

Enter the following command inside the terminal prompt to build the project and test apks:

./gradlew cC

Windows

Enter the following command inside the command prompt to build the project and test apks:

gradlew.bat cC

Step 3: Find the APKS

The app APK is called app-debug.apk and the test apk is app-debug-androidTest-unaligned.apk.

Follow the Device Farm Directions for Instrumentation in order to upload the APKs into the console and perform a test.

Strategies for Espresso

Waiting for Elements

Use Idling Resources in order to wait for elements within Espresso.

Examples of custom Idling Resources used within the Espresso tests:

Custom Matchers

Use custom matchers in order to match your views to custom elements within your tests.

Examples of custom Matchers used within the Espresso tests:

Tips

  • If you see threading errors make sure to run the test code in the UI thread. Use the UiThreadTest annotation. Due to security concerns tests that run on threads outside of the UI thread cannot communicate with the UI.
  • Your app's package name must match your app's applicationId that is defined in your gradle file. If the two names do not match tests will not run.

aws-device-farm-sample-app-for-android's People

Contributors

ahawker avatar appwiz avatar bjmorales avatar hyandell avatar scottgoldwater avatar undefobj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.