1 min readJul 17, 2020
from the name unit test, it tells us that we are testing the unit of our source code( what is unit in our source code?) its' the different parts that form our full code base.
you either test with a real device(Instrumental test) or run in JVM ( without device or emulator). good job Sachin