January 2018
Intermediate to advanced
434 pages
14h 1m
English
Espresso is the most popular UI testing framework for Android. It was released by Google in 2013 and is the easiest to use of its kind. It provides support for complex things, such as ensuring that an activity is run before the tests are run, or waiting till the observed background tasks are completed. These things were hard to synchronize prior to Espresso, and UI testing was considered a difficult thing to do.
In this recipe, we will learn how to use Espresso to perform acceptance testing.
Read now
Unlock full access