Espresso is a testing framework for Android that makes it easy to write reliable UI tests. It was developed by Google and released in 2013. The document discusses what Espresso is, similar automation frameworks, advantages of Espresso, and how to set it up and write tests using its API. Key aspects of the API are finding views with matchers, interacting with views using actions, and asserting view states with matchers.
Related topics: