Component - Instrumented tests
Instrumented tests run on a real or virtual Android device. They check how your app behaves in a real environment, including UI interactions and system integration.
Instrumented tests run on a real or virtual Android device. They check how your app behaves in a real environment, including UI interactions and system integration.
AndroidJUnitRunner
└── ActivityScenario
└── ViewMatchers
└── ViewActions
└── ViewAssertions