Tutorial by Examples

Android tests are based on JUnit, and you can run them either as local unit tests on the JVM or as instrumented tests on an Android device. This page provides an introduction to the concepts and tools for building Android tests Local unit tests (Located at module-name/src/test/java/) Instrumente...

Page 1 of 1