Mobile App Europe Summary and Slides

I am just back in Hamburg from the Mobile App Europe Conference and I am still excited about it. I had 2 great days in Potsdam meeting several mobile experts from all over the world to exchange on the latest mobile topics. I had the chance to talk to Dan Cuellar, the creator of Appium which was really great. I talked to people from booking.com, Groupon and other cool companies out there.

Another great thing was that I met Stephen Janaway and Richard Bradshaw again. We had some nice talks and at the end of the first day we were recording another episode of Testing in the Pub together with Denys Zelenchuck, Sergej Mudruk and André Gorzel.

Adventures in QA - Recording Testing in the Pub

Read more

Mobile Testing with Bug Radar

Bug Radar - Adventures in QAMy colleague Denys Zelenchuk has developed a very helpful Android app called Bug Radar. The main task of this app is to monitor any app that is running on a test device. Whenever the app under test is crashing or not responding (ANR), Bug Radar notifies you about the problem in the notification center and is creating a error report file including the stacktrace and the device info. The report will be saved on the device in the Bug Radar folder and can be send via email for further investigation.

Read more

People in Testing with Richard Bradshaw

Adventures in QA - Richard BradshawThis time in the “People in Testing” series, I had the chance to interview Richard Bradshaw aka the FriendlyTester.

Daniel: What is currently your biggest challenge at work?

Richard: Time! I am currently the sole tester on a project. Responsible for the testing of the apps, which include iOS, Android the a responsive website. Also until recently, this also included a windows phone app. It’s a lot to manage. So it becomes a real balancing act as to where I spend my time. Fortunately the team is aware of this and we stagger the releases. We tend to have iOS ready at least a week before Android. Then the web is more sporadic, mainly because we are able to release that instantly, so the risk is lower, due to the fact we can instantly rollback or push a fix if something was to go wrong, this isn’t as easy with the apps, especially iOS, due to the submission times. Another advantage of the way we work is that the platforms are aligned, meaning that we tend to be delivering the same functionality to all at the same time. This is advantageous to me as I can test across platforms at the same time, but also as with most projects, there is a lot of tacit knowledge, so testing all three while it’s still there helps.

Read more

Android Tool for Mac

Android Tool for Mac - Adventures in QA

If you are a mobile tester or a mobile developer you may not have the problem to create screenshots or videos from the current develop state of your app. You will probably use tools like adb for Android or QuickTime for iOS in order to capture a video. However, this is not the case for prodct owners, scrum master, mobile designer or any other non-technical colleague on the project. They may have not installed the mobile development tools like Android Studio or Xcode.

Thanks to my colleague, Daniel Guse, who pointed me to the tool Android Tool for Mac. With the help of this tool it is very easy to capture screenshots or videos from Android applications right from the desktop.

Features of Android Tool for Mac

The tool is offering the following features:

Read more

Rotation Tour in Mobile Testing

Rotation Tour in Mobile Testing - Adventures in QA

When I plan my mobile testing efforts and activities, I always plan to perform some special testing with the help of heuristics/ mnemonics. I use the heuristics to concentrate on a specific part of the app to find different behaviors and bugs. I hope you are all familiar with the touring heuristics within software testing. If not, here is a short overview of very known and popular heuristics/ mnemonics.

There is the touring heuristic FCC CUTS VIDS from Michael D. Kelly. Where FCC CUTS VIDS should remind you of several testing tours you can perform on your software. FCC CUTS VIDS stands for:

Read more