How Google tests mobile apps

Today I found a really interesting blog post by the Google+ team and how they test the Google+ app for iOS and Android. In this post Google describes their mobile testing strategy. The team created 5 general rules, which they follow during the development and testing the Google+ app.

The rules are:

  1. Understand the platform. Testing on Android is not the same as testing on iOS. […]

    Read more

Speaking at the iPhone Developer Conference 2013

I will be a speaker at the iPhone Developer Conference 2013 in Cologne. The topic of my talk is “Testing of iOS apps” (talk will be in german). My talk will include general mobile testing challenges, an overview of iOS test automation tools and how to use them. Besides that I will also talk about best … Read more

It’s like 10000 knives when all you need is a Spoon

Isn’t ironic that there are so many Android test automation tools and it took me half a year to stumble up on Spoon?
Spoon is an Android test automation tool that is able to run your written java tests on several devices at the same time WITHOUT rooting the device.
Spoon is developed by the company Square, the company already open sourced some really nice tools (see the Open Source Space).

Read more

Latest updates from robotium

Since my last robotium blog posts, robotium was improved in several areas. Since version 4.0 robotium supports webviews and with version 4.2 robotium provide a full support for hybrid apps. You can use methods like: typeTextInWebElement(By by, String text) waitForWebElement(By by) clickOnWebElement(WebElement webElement) clearTextInWebElement(By by) getWebElement(By by, int index) … Also a great improvement is … Read more

Central place for test tools

Last week the company imbus ag launched a community portal for collecting and reviewing software test tools for different areas. The platform is named Testtool Review and everybody can contribute to this project. Currently there are tool categories for Code- and Coverage Analysis Continuous Integration Defect- and Changemanagement Load-/ Performance Test Test Automation Testmanagement Testspecification/ Generators … Read more