In this video, I demonstrate how to use Espresso in Android Studio to test the UI of your app. I show how to set up the build.gradle file. I write two tests, one to prove that a particular UI element is positioned correctly. The second checks that my math is correct. The second is more realistic, as I send data to the UI and click buttons.