Dominik Dary's Blog

Latest Posts

Blogmark AI Testing

This post is a collection of interesting blogs and findings in the internet about quality engineering, software analytics and other software engineering (leadership) related topics. Using Transactional Coverage for Detecting Testing Gaps In his blog post, Baubak Gandomi explores the concept of transactional coverage as a functional approach to detecting test coverage gaps. He discusses the challenges of traditional code coverage analysis and explains how transactional coverage can provide more accurate insights into the effectiveness of testing efforts.

Blogmark April 2023

This post is a collection of interesting blogs and findings in the internet about quality engineering, software analytics and other software engineering (leadership) related topics. Software Analytics What is “Software Analytics”? Tim Menzies & Thomas Zimmermann defined it as “Software analytics is analytics on software data for managers and software engineers with the aim of empowering software development individuals and teams to gain and share insight from their data to make better decisions.

Mobile App Testing Book Recommendation

Yesterday Daniel Knott announced that he has published his book Hands-On Mobile App Testing. Daniel writes on his book page: “This book is aimed at anyone interested in mobile apps and mobile testing, ranging from junior to expert mobile testers who are already involved in mobile development teams. This book is also ideal for software test managers who need to manage mobile testing teams or to select a mobile test strategy.

GTAC 2014

I’m happy to announce that I will give a lightning talk at Google’s Test Automation Conference (GTAC) about selendroid. The schedule of this year’s conference you find here In the mean while I have written together with Michael Palotas an article about Mobile Test Automation with Selendroid in the Methods and Tools Magazine.

Mobile webdriver Selendroid

In this blog post I would like to write again about mobile test automation. In the last months I spent a lot of my time working on a new test automation framework: Selendroid - a mobile WebDriver implementation for native and hybrid Android apps. Selendroid is an implementation of the Selenium WebDriver JSON Wire protocol, which is about to become a W3C Standard. Main features of selendroid are: Full compatibility with the JSON Wire Protocol.