GTAC 2014 Day 1

On 10/28/2014, the first day of the 2014 Google Test Automation Conference took place in Kirkland. For those who can’t attend the conference, Google provided a live stream and has now published the talks in a youtube video.

The video includes very interesting talks from various companies such as Google, Mozilla, Adobe, HP, Dropbox, Netflix or Facebook. The complete schedule can be found here.

All talks from the first day are included in this video.

Read more

[Video] Breaking the Matrix – Android Testing at Scale

Today, I want to share a video with you. The topic of the video is “Breaking the Matrix – Android Testing at Scale” and shows a talk from Google employees explaining how to scale your Android test automation using emulators. Testing Android apps manually on emulators is not my first choice, however at some point it … Read more

Extra Time to Test your Mobile App in the Cloud from TestObject

A couple of weeks ago, I wrote a guest blog post at the testobject.com blog about Robotium Recorder. My post is more like a tutorial on how to install and use the Recorder in order to setup a nAndroid test environment. The guys from TestObject liked my post and therefore they offered me some free giveaways … Read more

How to stress test your Android app with Monkey

Today I want to show you a small nice tool, to stress test your Android app. The tool is called monkey and is part of the Android SDK. The tool is not new, but I didn’t had the chance/ time to work with the tool.

Monkey is a program that runs on your device or emulator. While running it is generating pseudo-random user events such as touch, click, rotate, swipe, mute the phone, shutdown wifi and many more, to stress test your app and to see how your app is handling all those inputs.

Read more

Quality Tools for Android

This week I found the nice github page from Stephane Nicolas named Quality Tools for Android. He provided a sample Android app using several test frameworks, to see how to use them.

bugdroid-duke-armor

Read more