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

iPhone test automation using KIF (Keep It Functional)

In my last posts I dealed a lot with Android and how to implement automated regression tests using tools like Robotium. This post describes how to implement automated tests using the tool KIF (Keep It Functional, http://corner.squareup.com/2011/07/ios-integration-testing.html). KIF is an open source test framework developed by the company square (https://squareup.com). It is an iOS integration test framework that allows you to implement test cases with objective C that can be executed currently only against the iPhone/ iPad simulator. The KIF tests are integrated to your workspace, there is no need for additional servers or services that must be started.

Read more

iOS App Store Submission Checklist

Have you ever wondered how Apple checks your submitted app? I asked me several times, “What are they doing during their submission phase?” and today I found a checklist of things Apple is doing.

BUT, no warranty that this checklist is officially from Apple. Here some points from the list. The rest can be found in the provided source.

Checklist:

Read more