Useful new Android Tool also for QA – Lint

Since the last Android ADT update 16 there is a new tool included called Lint. Lint is able to scan Android projects for potential new bugs! Here is a short list of possible problems Lint is checking: Missing translations Layout performance problems Unused resources Inconsistent array sizes Accessibility and internationalization problems Icon problems Usability problems … 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!

Overview of Mobile Test Automation Frameworks

I found a really nice overview about Open Source Mobile Testing Frameworks for Test Automation. The overview was created by Dominik Dary (eBay). In his table he showed how many test automation frameworks are currently available for Android or iOS testing. The complete blog post can be found here: http://www.dary.de/2012/03/open-source-mobile-test-automation-frameworks A big thank you to … Read more

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