Espresso Cheat Sheet



  1. Espresso Barista Cheat Sheet
  2. Coffee Shop Lingo
  3. Coffee Cheat Sheet
  4. Espresso Drink Cheat Sheet
  5. Coffee Drink Cheat Sheet
  6. Espresso Recipe Cheat Sheet
Home » Espresso Cheat Sheet

In an older post from 2013 I briefly described the Android test automation tool called Espresso. Espresso is the test automation framework provided by Google to implement fast and reliable tests for Android apps. Since last year Espresso is available in the version 2.0 and has fixed lots of issues and is now supporting most of the Android UI elements. If you are new to Espresso you can check the following URLs, they provide a getting started, Espresso guide and some Espresso samples.

URLs:

Espresso Barista Cheat Sheet

  • Espresso Setup
  • Espresso Getting Started
  • Espresso Samples on GitHub

Today I found the Espresso Cheat Sheet (I don’t know why this not happened earlier 🙂 ), but nevertheless I want to share it with you as well.
The Cheat Sheet shows all possible matchers, view actions and view assertions and is really helpful to have all possible commands available while developing the automated tests.

Espresso Dave’s Coffee Bar Lingo Cheat Sheet Americano An espresso with hot water added. Barista A person who serves coffee and espresso-based drinks professionally. Caffeine A natural ingredient found in coffee plants known for it’s stimulating effect on the central nervous system.

Coffee Shop Lingo

The Cheat Sheet can be downloaded from here. The complete Espresso documentation can be found on the developer.android.com section Espresso testing.

  1. Espresso This is the foundation of all coffee shop lattes including Starbucks, so by using espresso, your drink will be more like the ones made by professional baristas. To make cafe-quality espresso though, you’ll need a good quality espresso machine which can cost several hundred dollars. See my espresso machine review and setup.
  2. Please refer to the cheat sheet to get all available features of each ViewMatcher, ViewActions and ViewAssertions which are mentioned above. You can use Hamcrest matchers in Espresso. It gives you more flexibility and options to test UI components.

Enjoy your Espresso and Happy Testing!

Update: New Cheat Sheet version 2.1: https://google.github.io/android-testing-support-library/downloads/espresso-cheat-sheet-2.1.0.pdf

Related

Home » Espresso Cheat Sheet

Coffee Cheat Sheet

Espresso

In an older post from 2013 I briefly described the Android test automation tool called Espresso. Espresso is the test automation framework provided by Google to implement fast and reliable tests for Android apps. Since last year Espresso is available in the version 2.0 and has fixed lots of issues and is now supporting most of the Android UI elements. If you are new to Espresso you can check the following URLs, they provide a getting started, Espresso guide and some Espresso samples.

URLs:

Espresso Drink Cheat Sheet

  • Espresso Setup
  • Espresso Getting Started
  • Espresso Samples on GitHub

Today I found the Espresso Cheat Sheet (I don’t know why this not happened earlier 🙂 ), but nevertheless I want to share it with you as well.
The Cheat Sheet shows all possible matchers, view actions and view assertions and is really helpful to have all possible commands available while developing the automated tests.

Coffee Drink Cheat Sheet

The Cheat Sheet can be downloaded from here. The complete Espresso documentation can be found on the developer.android.com section Espresso testing.

Enjoy your Espresso and Happy Testing!

Update: New Cheat Sheet version 2.1: https://google.github.io/android-testing-support-library/downloads/espresso-cheat-sheet-2.1.0.pdf

Espresso Recipe Cheat Sheet

Related