Android Testing Local and Instrumentation tests in Android This article is a part of the "Efficient Android testing" series: * Introduction * Local and Instrumentation tests in Android Alex Zhukovich Dec 18, 2020 12 min read
Android Testing Sharing code between local and instrumentation tests Today, I would like to talk about sharing code between local and instrumentation test cases. We often use almost similar Alex Zhukovich Jan 30, 2019 5 min read
Android Testing Android testing: Mockito and Robolectric (Part 2) This is a second article from series of articles about testing Android project. First article about "Unit testing" Alex Zhukovich Apr 20, 2016 12 min read
Android Testing Android testing: Unit testing (Part 1) Today I would like the series of articles about Android Testing. I’m planning create articles about different type of Alex Zhukovich Mar 24, 2016 7 min read