© Ted Hagos 2019
Ted HagosAndroid Studio IDE Quick Referencehttps://doi.org/10.1007/978-1-4842-4953-6_6

6. Instrumented Testing

Ted Hagos1 
(1)
Manila, National Capital Region, Philippines
 
What this chapter covers:
  • Details about instrumented testing

  • How to create UI test interactions

  • Basic test interactions

  • Implementing test verifications

  • Test recording

You learned how to perform JVM testing in the previous chapter. In this chapter, you’ll do some testing that deals with the Android part of an application. Unit testing that interacts with the Android platform is known as instrumented testing, and you will use the Espresso framework to do this.

About Espresso

Google released Espresso in 2013, and with its 2.0 release, Espresso became a part of the Android ...

Get Android Studio IDE Quick Reference: A Pocket Guide to Android Studio Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.