Many Android developers manually test their applications on the emulator or the device. This process is slow, tedious and prone to errors. This is a time consuming process involving building, deploying and testing the application, not to mention a debugging nightmare. Automation testing of Android application with Robolectric can reduce the time taken to develop the application significantly.
[Read more…] about Automation testing of Android application with Robolectric