Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #233
In this post, Fabio Collini shows how to test this code using Mockito and some RxJava utility classes.
-
Issue #231
Jeroen Mols' presentation on using Mockito for tests.
-
Issue #229
Sam Edwards tells us about how he uses the robot pattern to bring his QA team to Espresso testing, and how he takes screenshots automatically for debugging and UI verification
-
Issue #227
The Fragmented team talks with the all-star multi-talented GDE Chiu-Ki Chan about testing, diving into leveraging Mockito for your testing needs.
-
Issue #226
Rebecca Franks demonstrates how to use Firebase Remote Config for A/B testing in your apps.
-
Issue #224
Very nice article by Corneliu Dascalu more about general programming than Android development. He shows you how to deal with legacy java code that has hidden dependencies.
-
Issue #223
In this series of posts Pavel Dudka will share some useful tricks he's learned over the last few years related to testing on Android.
-
Issue #223
Chike Mgbemena shares an in-depth look at build variants in Gradle Android builds.
-
Issue #222
In this last post of the series, Rebecca Franks covers creating Espresso tests for the View created in part 5.
-
Issue #221
Dan Kim from the Basecamp teams explains his testing devices setup so that manual testing doesn’t crush your soul.
-
Issue #220
In part 5, Rebecca Franks takes a look at interacting with the Presenter created in part 4 and will create the UI to display the list of search results.
-
Issue #220
Bugtags.io is a testing and bug tracking platform for apps. It supports In-App bug reporting and automatic crash reporting. All context data will be included in the reports, including screenshot, steps to reproduce the bugs, console log, network log, etc., to help you improve the quality of your apps.
-
Issue #218
This post looks at creating a presenter which communicates with the repository and conveys information to the view. It also includes writing unit tests for the presenter.
-
Issue #218
In this post, Rebecca Franks looks at getting a list of users from the Github API and writing unit tests for it.
-
Issue #217
Huyen asks Danny Preussler, Android Craftsman for Groupon, about his tips on improving Unit Testing and how we can live a life without Roboelectric.
-
Issue #217
Reliable Android Testing, at your service.
-
Issue #217
LinkedIn Engineering found that their tests had a major problem: the testing environment was unreliable, and tests failed intermittently. They created and open sourced Test Butler, a reliable Android testing tool.
-
Issue #216
In this 3rd post, Rebecca Franks looks at getting a list of users from the Github API and writing unit tests for it.
-
Issue #214
Ellen Shapiro compares iOS & Android Testing, and tells us one thing from each platform she would like to bring to the other. And yes, there are Futurama references.
-
Issue #213
In this second part, Rebecca Franks goes over the typical structure and setup of your Android app in order to enable testing.
-
Issue #213
In this talk Jake will cover how the so-called robot pattern allows you to create stable, readable, and maintainable tests with the aid of Kotlin’s language features.
-
Issue #212
In this series, Rebecca Franks is going to try make testing a bit easier for you. This first post is just to get you started with testing.
-
Issue #211
Spock maintainer Rob Fletcher demonstrates the current state of Kotlin testing frameworks by comparing it to Spek, JetBrains’s twist on a specification framework.
-
Issue #211
Spek framework contributor Laura Kogler demonstrates the current state of Kotlin testing frameworks and discusses expected further advancements in testing support.
-
Issue #210
Slides from Jeroen Mols' talk at Droidcon Berlin 2016
-