Reading Recommendations # 14

Reading Recommendations - Adventures in QA

The 14th issue of my software testing reading recommendations contains five blog posts and one podcast. There are very interesting posts dealing with the topics that more end-to-end tests are not efficient, an introduction to security testing with Kali Linux and how to improve testing by Gojko Adzic.

There is a great post from Joel Montvelisky about peripheral vision and peripheral testing, a post from Johanna Rothman is dealing with no estimates and as usual the podcast from Stephen & Dan is always worth listen to. This time the topic is “The Right Thing vs. The Thing Right”.

My favorite posts of this issue is the one from Google about “Just Say No to More End-to-End Tests” and the post about peripheral vision and peripheral testing.

Enjoy reading the posts.

Google Testing Blog: Just Say No to More End-to-End Tests

Read more

My Testing Tools

Mobile Testing Tools - Adventures in QAIn this post I want to give you some insights in my daily working life as a mobile tester especially which tools I use to test mobile apps. I got ask this question several times while attending conferences or I have been asked via eMail. Which tools are you using for mobile testing. In this post I want to give you the answer to this question.

One remark, the tools I am using in my current project are best for my current situation but this must not be the case for you and your project. Please keep this in mind and don’t just use the tools I am using. This might not be the best fit for your project and your software development environment.

Read more

uTest University

uTest University - Adventures in QA

This post is for all software testers who want to improve their testing skills in various fields. uTest created the uTest university with more than 160 testing courses including webinars, presentations and many more. There are courses for test automation, mobile testing, security testing, load and performance testing, UX, localization testing as well as manual … Read more

People in Testing Q&A with Stephen Janaway

Stephen Janaway - Adventures in QAThis time in “People in Testing” I had the chance to interview Stephen Janaway, who is a well known expert in the mobile and e-commerce software testing world. Stephen has more than 15 years of experience and worked for companies like Nokia, Ericsson, Motorola and the Net-a-Porter Group.

In this interview Stephen will talk about his challenges he is currently facing, which test automation tool he is using, where he sees the software testing industry in the next years and the best bug he has ever found.

Daniel: Stephen, what is currently your biggest challenge at work?

Stephen: I’m working on a new social commerce platform. It’s a real greenfield project and a new direction for both the company and the team. And me. So it’s a very steep learning curve but a really enjoyable and challenging one. There’s a lot of testing to do and we’re trying to do things as sensibly as possible; employing both automation and good exploratory testing using the whole team.

Read more

Espresso Cheat Sheet

Espresso Cheat Sheet - Adventures in QAIn an older post from 2013 I briefly described the Android test automation tool called Espresso. Espresso is the test automation framework provided by Google to implement fast and reliable tests for Android apps. Since last year Espresso is available in the version 2.0 and has fixed lots of issues and is now supporting most of the Android UI elements. If you are new to Espresso you can check the following URLs, they provide a getting started, Espresso guide and some Espresso samples.

URLs:

Today I found the Espresso Cheat Sheet (I don’t know why this not happened earlier 🙂 ), but nevertheless I want to share it with you as well.

Read more