Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #242
Android project to experiment various testing tools
-
Issue #242
The Philosophical Hacker worries that espresso and espresso recorder are contributing to the formation of a UI testing addiction in the Android community. He worries, moreover, that this addiction that will probably lead to less testing in the long-run.
-
Issue #241
Test your mobile app on real Android devices for free. Manual testing for native/hybrid apps and Appium based web automation testing. Sign up now to get started in minutes!
-
Issue #241
Continuous integration with CircleCI and UI testing with Firebase.
-
Issue #241
In this post, the Philosophical Hacker highlights some Android-specific code seams that we can leverage to make our applications more testable and flexible.
-
Issue #240
Łukasz Izmajłowicz shares some ideas about database & SQLite testing.
-
Issue #239
Join the Kobiton Beta and test your mobile app on the devices you need, when you need them. Automatically generated activity logs help you track your progress and identify issues faster whether you are manually testing or running automated scripts. Sign up now and start testing in minutes.
-
Issue #239
The more that the Philosophical Hacker learns about testing, the more suspicious of Roboletric he gets!
-
Issue #238
Join the Kobiton Beta and test your mobile app on the devices you need, when you need them. Automatically generated activity logs help you track your progress and identify issues faster whether you are manually testing or running automated scripts. Sign up now and start testing in minutes.
-
Issue #237
This tutorial will show you how you can architect your Android Things applications to make testing much easier.
-
Issue #237
Screenshot Kata for Android Developers. The main goal is to practice UI Testing.
-
Issue #233
Join the Kobiton Beta and test your mobile app on the devices you need, when you need them. Automatically generated activity logs help you track your progress and identify issues faster whether you are manually testing or running automated scripts. Sign up now and start testing in minutes.
-
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.
-