-
Notifications
You must be signed in to change notification settings - Fork 11
Espresso testing
Midhun Harikumar edited this page Nov 17, 2017
·
2 revisions
// Add item to a list
onView(withId(R.id.title)).perform(typeText("Text"));
onView(withId(R.id.btn_add)).perform(click());
// Check if item exists onView(withItemText("Ignore")).check(matches(isDisplayed()));
© 2020 ae app labs | FAQ | Privacy Policy | Instagram | Twitter | Facebook