The State of Mobile Software Quality 2014

The company keynote surveyed nearly 2000 mobile professionals to get a better overview of the mobile testing world. The main topics in the survey are: How the organizations are structured for the mobile business? What are the biggest challenges? What kind of tools are they using to assure a high quality? See the results in … Read more

Mobile App Europe Program is Online

Today, the program of the Mobile App Europe Conference was published. The conference will take place from 29th September till 1st October. Have a look at the program, it is really awesome. There are so many interesting talks about mobile development, testing, design and marketing. Besides the talks, there are some really interesting keynotes with … 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