Tag: Testing

  • MVVM Unit testing on Android

    MVVM Unit testing on Android

    In this tutorial, I am explaining about writing test cases for MVVM on android. Unit testing is testing every unit of your code. Unit testing is a must to build robust android applications. It is an important element while building quality applications. Unit tests are the smallest (individually) and with the least execution time. Benefits […]