Android Testing Blueprint
People from Google are sure that automated testing of Android apps is extremely useful and every developer should do it....
View ArticleHow to mock Android AsyncTask without mocking libraries
In this tutorial you’ll know how to properly test an AsyncTask without a need to use a Mockito or PowerMock. How...
View ArticlePainless UI Testing
Kaushik Gopal in his slides on DroidconNYC2015 showed suggestions of painless UI testing on Android. He shows what pattern to use...
View ArticleTesting Dagger 2 with ESPRESSO + MOCKITO + ROBOLECTRIC
From this article you’ll know how to use all the benefits of Dagger 2 to test a sample project (with...
View ArticleJunit testing and Android dependencies
In this article Patryk Poborca shows that JUnit can be used to test classes which contain Android dependencies. Link to...
View ArticleWriting Testable Android MVVM App
In this series of articles Brian Lee takes a simple Android app, and iterates over it to make a testable Android MVVM...
View ArticleLevel up GitHub builds with CI and code coverage
In this article Jeroen Mols shows how to add CI and code coverage to your projects telling about Travis CI and Coveralls services. Link...
View ArticleIntroduction to Espresso
This is the first of a multi-part blog series exploring Espresso for Android. In this first post, the basics of...
View ArticleIntroduction to Automated Android Testing – Part 1
In the 1st part of series about testing Android apps you’ll learn what types of testing are in Android and...
View Article