/android-espresso-demo-app

Android Espresso Demo App

Primary LanguageJavaMIT LicenseMIT

android-espresso-demo-app

TestingBot logo

This is a sample Android app, created by TestingBot, to demonstrate how to use Espresso Testing on TestingBot's Espresso Cloud. The app is a simple calculator, with buttons for each number and a couple of operation buttons (subtract, add, multiply, ...)

The project contains example Espresso Tests, these will test the calculator by pressing buttons and verifying if the calculations are correct.

How to start

To get started, open the project in Android Studio and click Run If you'd like to run the test through commandline, you can use

./gradlew assembleAndroidTest
./gradlew assembleDebug

More information

To learn more about Android Espresso Testing in the cloud, please see the TestingBot Espresso documentation