In 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.
The 12th issue of my software testing reading recommendations contains 8 post including one video. There are again posts from various topics like “How a lone tester can build an efficient test process despite the challenges” from Amy Philips which is a great article. Furthermore, there are articles about Lean Software Testing, what Simon Knight learned about communication from Eminem, a post about the different types of testers in the software industry and what testers should know about Windows 10 technical preview. There is a really great video from Gary Bernhardt’s Lightning talk about WAT. You need to watch this, it is funny and contains very interesting facts about Ruby and JavaScript. There is another article about automated security testing in a continuous delivery pipeline from Stephen De Vries which is very interesting.