Search

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

  • Issue #75

    Testing Your Android GCM Broadcast Receiver without GCM Messages

    So depending on your environment it's kind of a PITA to test Google Cloud Messaging on an actual device. Wouldn't it be nice if you could just test the code locally that would receive those magical GCM messages? You can and this post by Nicholas Pike explains how.
  • Issue #72

    Robolectric 2.2

    The Robolectric testing framework has been updated to v2.2 and brings several useful changes.
  • Issue #71

    Mini Mobile Device Lab

    There is a real problem testing web pages across multiple devices and the browsers that run on them. The best solutions today are to either enter a url to a tool to manage the devices or use applications across the devices, keeping them open and testing in a WebView. This project is a Virtual Device Lab. It allows you to quickly launch url's across all of a configured devices in an instant, selecting which browser to launch. This is still in early stages of development, which means you can probably expect things to break, but we'd love help, bugs and feature requests.
  • Issue #67

    AppThwack rolls out integrated testing

    AppThwack rolls out Android app testing with Android Studio and Gradle. It lets you easily run your unit tests on their set of mobile devices direct from Studio or your Gradle build.
  • Issue #90

    Unit Testing Remote Images With Robolectric

    Chuck Greb at aweber describes how they implement unit testing around the open source Picasso image downloading library.
  • Issue #64

    Selendroid

    Selendroid is a test automation framework which drives of the UI of Android native and hybrid applications (apps). Tests are written using the Selenium 2 client API. Selendroid can be used on emulators and real devices and can be integrated as a node into the Selenium Grid for scaling and parallel testing.
  • Issue #62

    Mockwebserver

    Testing your APIs automatically can be painfull. This library makes it possible to write fast, reliable unit tests for HTTP clients. Like object mocking frameworks, it allows you to script mock responses, exercise them, and then review the recorded requests.