Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #67
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
Chuck Greb at aweber describes how they implement unit testing around the open source Picasso image downloading library.
-
Issue #64
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
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.
-