Unit tests in Android projects

Purpose This article aims to teach you how to run unit tests from terminal and what is the output of those unit tests. Knowledge of this issue  is the first step to automating unit tests execution process. Beginning Let’s assume that you just finished the basic funcionality of your android application. The project consists of code …