unit test


Testing and Android — Part 3: Unit Testing and UI Testing for Model View Controller Architecture

In part 1, you have learned about the different types of tests that are available for Android. As a quick refresher, there are two types of test. One is pure java test, which only requires the Java Virtual Machine (JVM) to run and doesn’t require any dependency on the Android […]