Step by step guide to implement UI test using the Robot Pattern. What is Espresso? Espresso is the default User Interface testing framework that is used for Android applications as it is part of the Android Framework. It uses the native language of the codebase which, in this case, is Kotlin. Espresso makes…