Short Summary about the Software Testing World Cup 2014 – Europe Competition

Yesterday (13. June 2014), the preliminary software testing world cup competition took place for Europe. To summarize it in one sentence, “It was awesome and a good experience for software testers“.

The software that should be tested was http://stwc.salestool-demo.appspot.com/. We had the goal to test this application on as many as possible mobile devices with different screen sizes for usability, functionality and design. Out of scope during the session was load and performance testing. Also security testing had a low priority.

I was part of a distributed team within Europe, one guy was sitting in Barcelona, one in Hamburg, one in Düsseldorf and in Wiesbaden. We organized us via Google Docs and a Google Hangout session during the competition. One person (me), was listening to the live youtube channel, where the judges were answering questions from the teams and to inform my team with important information. Each of us had a special test task, where to focus on. We focused on the usability, functionality, design and some security testing.

We tested the application on iPads (mini), iPhones and on different Android devices.

Test Setup

In total we filed 38 bugs in the provided defect management tool. 15 of the filed bugs where critical ones. As an example, we where able to access sensitive data of snapshots and account settings from one of my team member. Other than that, there where lots of cross site scripting problems in the application.
9 of the filed bugs had a high priority, e.g. it was very easy to create internal server errors on the application backend by entering special characters to the input fields. 11 bugs had the severity medium and 3 low. 

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 iOS app

My last blog post was about stress testing your android app. Today I found another interesting stress testing tool for iOS. The tool is called UI AutoMonkey. The tool is really simple and can be added directly to your xCode project. UI AutoMonkey runs in UIAutomation and Instruments. All you have to do is to … 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

I SLICED UP FUN by Jonathan Kohl

While attending the first CMAP (Certified Mobile App Professional) course in germany, I stumbled up on “I SLICED UP FUN” by Jonathan Kohl. Jonathan created a mnemonic for mobile app testing and named it “I SLICED UP FUN”. This mnemonic should help you to generate test ideas especially for mobile apps.

Here is a short look at the mnemonic.

Read more