ExtSolo Library – to extend your Robotium test automation

Today, I found a really nice library extension for Robotium. The name of the library is ExtSolo and stands for Extension Solo. The name stands for itself, it extends the known solo object provided by Robotium.
The library is developed by the guys from bitbar, the company behind testdroid.

If you check the provided API documentation, you find some really useful methods to integrate them into your Android test automation framework. There are methods like:

  • changeDeviceLanguage(java.util.Locale locale)
  • fail(java.lang.String name, java.lang.Object e)
  • setGPSMockLocation(double latitude, double longitude, double altitude)
  • turnWifi(boolean enabled)

Read more

CMAP© Certified Mobile App Professional

The International Software Quality Institute (iSQI) announced a new certification for mobile app professionals – CMAP© Mobile App Testing – Foundation Level.

The first three pilot courses will take place in February and March in UK and Germany. After the pilot courses, there are already some providers offering the
training to get certified.

CMAP_Pilot Courses(Source: https://www.isqi.org/tl_files/data/images/SIG/CMAP_Pilot%20Courses%20.png)

The syllabus contains the following topics:

Read more

Software Testing World Cup 2014

This week, the company Díaz & Hilterscheid GmbH announced a really cool event for 2014. The Software Testing World Cup 2014 (Website).

The Software Testing World Cup (STWC) is an event for testing practitioners to show off their skills and compete with other testing professionals. It brings the testing craft into the spotlight and gives the profession a competitive event on a global scale.

Read more

XCTest and OCUnit on real devices in the cloud

Yesterday, I read the latest blog post from AppThwack, that they now support real iOS devices on their test cloud. Developers and testers are now able to run their automated XCTest or OCUnit test suites against the provided cloud with more than 46 iOS devices, from iPhone to iPad. The big advantage of having the OCUnit … Read more

First official Testathon

One of my morning rituals is to check my favorite feeds and blogs about cool new stories, ideas and to be up to date in the tech and testing world. While reading through the feeds, one word made me curious. The word was Testathon! I never heard that word so far. So I click the word/ … Read more