TestBash 2015 and my Workshop about Mobile Testing

Today, I am in Brighton to attend the TestBash 2015 conference as a speaker and attendee. However, this time I was not a normal speaker, no I was providing the conference with a 2h workshop about mobile Testing. The title of the workshop was “How to Break your App – Best practices in Mobile App … Read more

The World by Screen Size – Mobile Overview Report

Last week I stumbled upon the following tweet by @lukew. The World by screen size…http://t.co/oypSt8EhzG pic.twitter.com/icTzfYLDK2 — Luke Wroblewski (@LukeW) November 19, 2014 Where Luke shared a mobile overview report from the company scientiamobile. The report contains some very interesting numbers and information. For example it contains: Different screen sizes used in Asia, North America and … Read more

GTAC 2014 Day 2

And here is the second day and video from the Google Test Automation Conference. At the second day there were again talks from Google, Facebook, American Express, Adobe or Comcast. This day was again just great, with great topics and great speakers. Check out the attached video and enjoy the various topics about test automation. Happy Testing!

[Video] Breaking the Matrix – Android Testing at Scale

Today, I want to share a video with you. The topic of the video is “Breaking the Matrix – Android Testing at Scale” and shows a talk from Google employees explaining how to scale your Android test automation using emulators. Testing Android apps manually on emulators is not my first choice, however at some point it … Read more

Short Summary about the Software Testing World Cup 2014 – Europe Competition

Yesterday (13. June 2014), the preliminary software testing world cup competition took place for Europe. To summarize it in one sentence, “It was awesome and a good experience for software testers“.

The software that should be tested was http://stwc.salestool-demo.appspot.com/. We had the goal to test this application on as many as possible mobile devices with different screen sizes for usability, functionality and design. Out of scope during the session was load and performance testing. Also security testing had a low priority.

I was part of a distributed team within Europe, one guy was sitting in Barcelona, one in Hamburg, one in Düsseldorf and in Wiesbaden. We organized us via Google Docs and a Google Hangout session during the competition. One person (me), was listening to the live youtube channel, where the judges were answering questions from the teams and to inform my team with important information. Each of us had a special test task, where to focus on. We focused on the usability, functionality, design and some security testing.

We tested the application on iPads (mini), iPhones and on different Android devices.

Test Setup

In total we filed 38 bugs in the provided defect management tool. 15 of the filed bugs where critical ones. As an example, we where able to access sensitive data of snapshots and account settings from one of my team member. Other than that, there where lots of cross site scripting problems in the application.
9 of the filed bugs had a high priority, e.g. it was very easy to create internal server errors on the application backend by entering special characters to the input fields. 11 bugs had the severity medium and 3 low. 

Read more