Reading Recommendations # 42

Reading Recommendations - Adventures in QA

It is time again for my reading recommendations. I hope you have already missed them. In the last 3 weeks I was on vacation to recharge my batteries and to think about new blog posts. During that time I was mainly offline and the time was just great! You should try it as well :).
However, now it is time again for some really great software testing content that you should read. The 42nd edition of the reading recommendations contains 6 blog posts with different topics. There is a post about flaky tests, a post from Stephen Janaway is providing a cheat sheet for mobile testing which is really great. Katharina Clokie provided again another great pathway this time with the topic “Testing for Non-Testers”. Other posts are “Bug Automation”, “Why Social Skills Are Trumping Cognitive Skills” and “The 10 Do’s, and 500* Don’ts of Automated Acceptance Testing”.

Enjoy reading the posts and send me posts that are worth reading and I will mention you and link to your social links or blog.

Your tests aren’t flaky | WatirMelon This is a talk I delivered at the Google Test Automation Conference (GTAC) on Tuesday 10th November at Google in Cambridge, Massachusetts. I am going to be using the F-word a lot in this talk. Like a lot. I apologize in advance if I offend. You know the F-Word don’t you? Also known as the…

Read more

Mobile Testing Lead (m/f) at QualityMinds

Mobile Testing Lead QualityMinds - Adventures in QAAs a mobile testing leader you will be responsible for developing the market strategy for the mobile testing department at QualityMinds.

We are convinced that mobile computing will become a fixture in every software project in the future. That is why we are looking for a new QualityMind, someone passionate about all things mobile-related: devices, apps and the possibilities behind them. In order to handle this multifaceted task, you need to have technical experience and enthusiasm, keep in touch with the newest developments and ideas in the field as well as be prepared to lead your own team.

Your Job

  • helping define and create a new business model
  • preparing market strategy
  • customer acquisition in cooperation with our sales management
  • the most important task: built a team of “mobile freaks”

Your Profile

Read more

My Interviews on Mobile Testing

My Interviews on Mobile Testing - Adventures in QA

Lately I was interviewed by Ryan Arsenault from Aberdeen Group on the blog TechProEssentials and by Srinivas Kadiyala for the Testing Circus magazine. Both interviews had a focus on mobile testing, my role as mobile tester, my current challenges at work, how I started my career in software testing and how I started my book about mobile testing. Maybe my interviews on mobile testing are interesting for you and will provide you with some new insights in my daily work life.

The following list is an excerpt from the questions I answered for the TechProEssentials:

Read more

Mobile Test Pyramid

Mobile Test Pyramid - Adventures in QA

Anyone who is involved in software testing and software test automation should know the test automation pyramid introduced by Mike Cohn (http://www.mountaingoatsoftware.com/).

This article contains excerpts from my book „Hands-On Mobile App Testing“ published with Pearson Education.

As you can see in the following image, the typical pyramid consists of three layers. At the bottom, there is the automated unit-testing layer, in the middle the automated integration testing layer and at the top there is the automated end-to-end testing layer (including the user interface tests). Each layer has a different size, indicating the number of tests that should be written within each stage. Manual testing is not part of the test pyramid, hence it is shown as a cloud for additional testing work.

Test Pyramid - Adventures in QA

But this pyramid is not applicable to mobile apps and mobile test automation. Mobile testing requires a totally different set of testing activities like movement, sensors, different devices and networks compared to other software like desktop or web applications. Lots of manual testing is required to be sure that a mobile app is working as expected in the different usage scenarios.

Read more