Click the button

Report a typo

Complete the test function below by writing an Espresso test that clears any existing text from an EditText with the ID R.id.input_text and then enters the text "Espresso" into it.

Write a program in Kotlin
fun test() {
// write your code here

}
___

Create a free account to access the full topic