Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #196
Rebecca Franks discusses various tools (and how to use them) to ensure your app isn’t slow or dropping frames. Enabling your app to run smoothly across a larger set of devices.
-
Issue #196
Artem Zinnatullin and Mike Evans discuss a wide range of topics covering testing on Android.
-
Issue #194
Chiu-Ki Chan's presentation on Espresso testing at DroidKaigi 2016
-
Issue #193
This blog post introduces a testing approach that covers the third part of the Testing Development Pipeline under the theme “how to test our user application interface”.
-
Issue #191
Buddybuild is the simplest and fastest way to automate building, deploying and gathering feedback for your Android apps. Deploy directly to Google - including the beta, alpha testing and production stages of your app. Take the buddybuild tour to see how thousands of developers ship their apps faster than taking their coffee break.
-
Issue #191
Testing classes in isolation is hard. In this tutorial you'll learn how to do it the classic way and then you'll learn about DaggerMockRule, which is a custom JUnit rule, that dynamically creates a submodules class. It can be used to reduce the boilerplate when creating test cases like this.
-
Issue #190
Tomasz Rykala takes a closer look at Genymotion 2.5 features that make UI testing easier.
-
Issue #188
Here you have a full example project that shows how you can implement different tests types into your android projects. The goal of this repository is to show the way to have a isolated architecture and how you can mock and test all the layers or components of the project.
-
Issue #188
DevOps is a well known movement whose main objective is to automate software delivery. It aims at continuous testing, code quality, feature development and easier maintenance releases.
-
Issue #188
Readability is one of the key components to creating high quality unit and integration tests. Yet, we may hinder the readability of our tests by bogging them down with needless information
-
Issue #188
Several months ago, as a way to get up to speed with using and unit-testing RxJava, Cain Wong developed and posted this reference application. This blog post describes the project.
-
Issue #188
We are here to practice UI Testing. We are going to use Espresso to interact with the Application UI. We are going to use Dagger2 to replace production code with Test Doubles. We are going to practice pair programming.
-
Issue #186
Small advice series about Android Testing.
-
Issue #186
A little playground for Android Espresso testing framework, especially focusing on IdlingResource approach
-
Issue #186
Second blog post by Pedro Vicente Gómez Sánchez about a kick ass testing development pipeline for Android.
-
Issue #184
This post discusses the problem of test flakiness and introduces a simple solution for setting up a hermetic testing environment.
-
Issue #183
Truth is an assertion/proposition framework appropriate for testing and driven by some extensibility needs. Jeremie Martinez shows how to use it via several examples.
-
Issue #183
In this blog post Pedro Vicente Gómez Sánchez will share how his story, the Karumi testing story, started several years ago. This is the first blog post of a series where he will cover all aspects of world-class testing development pipeline for Android.
-
Issue #182
NewCircle’s 3 day Android Testing course takes a pragmatic approach towards teaching you how to integrate automated testing into your development workflow. Learn the latest tools and techniques to simplify test automation, and produce well-tested code at any scale. Sign-up for our Jan. 11 class now!
-
Issue #181
In this post you'll learn how to setup Espresso in your Android project, and will write a simple acceptance test, that checks that a list of Premier League teams is sorted alphabetically.
-
Issue #176
Etienne Lawlor found the existing set of tools to test the Geofencing API lacking. This is how he ended up testing the Geofencing API.
-
Issue #176
Annyce Davis works on video on the Washington Post app. Hear her talk about playing video on Android, build flavors, clean architecture, testing and public speaking
-
Issue #175
Developed at Google Ventures, the design sprint is a five-day process for answering critical business questions through design, prototyping, and testing ideas with customers.
-
Issue #175
Android Testing Blueprint is a sample project from Google demonstrating their testing tools and frameworks. This is a walk through of the project to learn how to write plain java, integration, Espresso, and uiautomator tests, as well as how to target specific flavors, run a subset of tests, and generate code coverage reports.
-
Issue #175
Chiu-Ki catches up with Corey Latislaw after her Droidcon NYC keynote to chat on test-driven development, robolectric, Android Katas and other testing goodness.
-