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.