Search

You can now search through our archive !
Please specify a keyword

  • Issue #183

    World-Class Testing Development Pipeline

    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

    Learn how to Automate Testing in Android

    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

    Testing a sorted list with Espresso

    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

    Testing the Geofencing API

    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

    Android Dialogs: Annyce Davis

    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

    The Design Sprint

    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 walk-through

    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

    Android Dialogs: Corey Latislaw

    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.
  • Issue #174

    Screenshot-tests-for-android

    Automated testing that helps prevent visual regressions in Android apps
  • Issue #171

    Unit Testing RxJava Observables and Subscriptions

    RxJava is asynchronous by nature, so unit testing it might seem a daunting at first, especially if you use that asynchronous interaction to test stuff. Luckily, RxJava (and RxAndroid) come with a couple of tools that will make our life a lot easier.
  • Issue #171

    New version of the Android Testing Support Library

    Google has just released a new version of the Android Testing Support Library, with updates and bug fixes for Espresso and more.
  • Issue #171

    Testing Intents with Espresso Intents

    Because some apps run outside your application itself, you can’t use Espresso to interact with them. So how can you test your app’s behavior? You can use Espresso-Intents.
  • Issue #169

    Seasoned Android Developer @ Capital One

    Do you love open source libraries like Dagger, Retrofit and Picasso? Want to work on Material Design, master automated testing and take mobile payments to the next level? We need strong, collaborative Android developers to join our small team – and we pay a very generous relocation package!
  • Issue #168

    Get Free Minutes on Remote Testing Services

    Intel® Software is sponsoring free app testing on Intel-based Android devices. Automatically test your app remotely on real devices using Espresso, uiautomator, robotium, JUnit or built-in test scripts. Start here.
  • Issue #168

    Announcing the Android Auto Desktop Head Unit

    Google released the Desktop Head Unit (DHU), a new testing tool for Android Auto developers. The DHU enables your workstation to act as an Android Auto head unit that emulates the in-car experience for testing purposes.
  • Issue #167

    Genymotion 2.5 Android testing and continuous integration

    A live webinar showcasing Android Instrumented testing and continuous integration using the new Genymotion 2.5
  • Issue #166

    Meet 2,000+ companies in one week!

    Whether you're looking for a new job or just testing the water, Hired is there for you. In 1 week you'll get 5+ offers from top tech companies around the US and UK. Want to learn more? Check out Hired today!
  • Issue #166

    Awesome Android Testing

    Nice curated list of Android testing frameworks.
  • Issue #165

    Get Free Minutes on Remote Testing Services

    Intel® Software is sponsoring free app testing on Intel-based Android devices. Automatically test your app remotely on real devices using Espresso, uiautomator, robotium, JUnit or built-in test scripts. Start here.
  • Issue #165

    Android Testing Blueprint

    Automated testing of Android applications should be part of any developer's workflow. Though this can be challenging, Google has created a brand-new template project called the Android Testing Blueprint (ATBP).
  • Issue #165

    Using Espresso for Easy UI Testing

    it’s actually pretty simple to write Espresso tests, and they really aren’t that hard to integrate with your code base. Here are a couple tips & tricks to make it easier.
  • Issue #164

    Android Dialogs: Siena Aguayo

    Chiu-Ki visits Siena Aguayo at the Indiegogo offices to talk about working in different technology stacks, testing, databases, speaking at conferences, and Pokemon.
  • Issue #164

    MVVM on Android using the Data Binding Library

    The data binding library will allow us to be more declarative in the way we work with our views.  The author shows how it allows for lower friction unit testing for view and application logic.
  • Issue #164

    Unmock-plugin

    Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
  • Issue #164

    Unit Testing RxJava Observables

    RxJava is a great library, but it’s not easy to get started. The article outlines different approaches to unit testing Observables.