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

Reading Recommendations # 29

Reading Recommendations - Adventures in QA

The 29th issue of my software testing reading recommendations contains 7 blog posts. There is a very interesting article on Hiring Testers and on Interview questions for possible new software testers. Furthermore, there is a blogpost from Uber and how they build their own mobile test automation framework called Octopus. There is another post from Richard about Testability Question. Lisa Crispin wrote an article about confidence which is really worth reading. Then there is a post about Personas and another with the topic “Amazon and Testing in Production”.

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.

 

Friendly Tester – Testability Question at CAST 2015

Read more

People in Testing Interview with José Díaz

People in Testing Interview with José Díaz - Adventures in QAThis time in the “People in Testing” series, I had the chance to interview José Díaz the creator of the famous software testing conference in Europe, the Agile Testing Days.

Daniel: What is currently your biggest challenge at work?

José: Due to the great job of my colleagues during the last years we are growing extremely fast. The challenge is to find the right people that fit into the company’s culture and are able to work in the innovative projects of our clients.

What do you think is the most important skill software testers should have?

I don’t think that there is only one. It is a combination of a few. In my eyes, you do not need to be the best tester ever to help your team.  I think that respect for the work of the people involved in the project and also the ability to be a team member and contributing your individual strengths are very important. The skills should match with the project and the team and therefore may change from project to project.

Read more

Reading Recommendations # 28

Reading Recommendations - Adventures in QA

The 28th issue of my software testing reading recommendations contains 6 blog posts. The first blog post is from Google announcing the new option for Android beta testing. I also wrote a post about this topic on Monday. Then there is a book review from Janet Gregory of the book “Fifty Quick Ideas to Improve Your Tests”. There are two posts written live from #TestRetreat about “How Can We Interview Testers Better?” and “Bringing Energy Back to Testing”. Then there are two great posts about “On being and becoming a speaker at conferences” and “How I Survived My First Year of Testing”.

Enjoy reading the posts during the nice summer days and feel free to send me any kind of reading recommendations if you have a great article to share.

Iterate faster on Google Play with improved beta testing | Android Developers Blog

Read more

Beta Testing for Android Apps

Beta Testing for Android Apps - Adventures in QA

Since a couple of years Google is offering beta testing for Android apps. With this feature companies or developers have the chance to release Android beta apps to mobile testers via the Google Play Store. This feature is integrated into the Google Play Developer Console and is very easy to use. All you have to do is to upload your beta apk file to the developer console and to publish the app to the known beta testers.
Mobile development teams are able to create their own beta testing community with the help of G+ communities or Google groups. Since last week, Google is offering two more options to improve the beta testing even further. With this update, mobile tester and developer are able to create a public beta tester group without the need of the G+ community or a Google group. All you have to do, is to enable this option in the developer console and to send the beta testing URL to possible testers.

The URL has the scheme: https://play.google.com/apps/testing/com.package.name. Whenever a tester is clicking this link he or she can become a beta tester of the app. After clicking the link, the beta tester will get an update of the app in the Google Play Store and is able to download the beta version.

Read more