Skip to content Skip to sidebar Skip to footer

Framework For Unit Testing In Android

I am relatively new to Android. My experience in testing isn't too deep either. I am looking for a unit test framework for Android. Please tell me what framework you suggest with r

Solution 1:

Take a look at Robotium, it works quite well. If you've used Selenium, some aspects should be familiar.


Post a Comment for "Framework For Unit Testing In Android"