The new Testing Experience Issue 19 is about Mobile App Testing

Since today the new issue of the testing experience magazine is available. This time the magazine is all about Mobile App Testing. There are a plenty of really good articles about mobile testing. Check it out. Also my article about “Best Practices in Mobile App Testing”.

Table of content:

Mobile App Performance – How to Ensure High-Quality Experiences
by Klaus Enzenhofer

Roadblocks and their workaround while testing Mobile Applications
by Jeesmon Jacob & Mary Tharakan

Main issues in mobile app testing
by Kerstin Knab

Beyond the Smartphone – Testing for the Developing World
by Stephen Janaway

Best Practices in Mobile App Testing
by Daniel Knott

Read more

OutOfMemory Exception with Robotium – Update IV

If you are using Robotium for test automation your Android app and you have many test cases that must be executed, you may run into an OutOfMemory Exceptions after a certain time of test execution. I have this problem with my test suite. The full test suite consists of around 110 test cases. Besides the … Read more

Video: My talk from the Scandinavian Agile Conference is now online

Today, I want to share the video of my talk on the Scandinavian Agile Conference 2012 in Helsinki. The topic was: Mobile App Testing – Challenges, Solutions and Best Practices. Have fun!

How Netflix test on Android

I found a really nice blogpost on the netflix blog. They describe how they test their app on different Android devices using AndroidNativeDriver and Selenium. When Netflix decided to enter the Android ecosystem, we faced a daunting set of challenges: a) We wanted to release rapidly every 6-8 weeks, b) There were hundreds of Android … Read more

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