Android Testing Service – Apkudo

If you develop your Android app(s) in a small team without a dedicated QA guy or in a one man show, you have to test the app on your own. Usually developers test the app in the Android simulator with different Android versions and at least on one real device. The fact that Android is available in hundreds of custom configurations on over 200 different devices makes testing a real challenge for small teams. To ensure that your app runs on every device, you would have to buy a lot of hardware and need a lot of space to store all the devices. This waste to much time and is also very expensive.

But this could change now!

Read more

Invited as Speaker to Scandinavian Agile Conference 2012 in Helsinki

Great news! During my vacation I received an invitation as a speaker to the Scandinavian Agile Conference 2012 in Helsinki. My talk will be about mobile testing in general. Stay tuned, I will update this post, if I have more information about my talk and the conference. Please visit the conference page: http://scan-agile.org/ http://scan-agile.org/program/  Here is … Read more

Iqnite April 2012: Talk about Android Test Automation with Robotium

Last week my paper for the iqnite conference 2012 (april) in Duesseldorf was accepted. The talk is about mobile test automation using the tool robotium. The presentation will inlcude facts about robotium and a live Demo Session that show the possibilities of the tool. For more information about robotium check http://code.google.com/p/robotium. Or read a recent blogpost … Read more

Agile Testing Days 2011

Last week from November 14th to November 17th I was attending at the Agile Testing Days 2011 in Potsdam! If you are working in an agile software development team in different roles e.g. tester, developer, agile coach or product owner, I really recommend to go to the next Agile Testing Days 2012 to meet great people and to exchange on certain test topics.

My conference started on Monday with a tutorial from Michael Bolton with the topic: “Critical Thinking Skills for Testers”. To make it short: This tutorial was AWESOME!

Read more

Robotium 3.0 is out there!

Since November 16th the latest version of Robotium 3.0 is released. This new version of Robotium provides several new and improved methods to test your Android app. As Renas Reda in the jayway blog says: “Robotium is now faster, lighter and more stable then ever!” I hope that is true because the previous versions of Robotium were really slow in the execution, even on real devices. So let’s see what’s new!

The following two methods are new to wait for views:

Read more