Test Automation from the Manual QA Engineer Side

April 22, 2022 1

Many manual testers have a wrong idea about the basics of test automation, as a result, they draw false conclusions. In the following article, we will take a look at the top 5 questions about what test automation is and why switching to it is a must-have!

Swiss Testing Day, Zurich, Switzerland, June 21 2022

April 21, 2022 0

The Swiss Testing Day is a software testing conference that takes place in Zurich, Switzerland with sessions both in English and German. It focuses on practical approaches to software testing with many speakers coming from the industry.

How to Select Test Cases to Automate for a Maximum ROI

April 13, 2022 0

If test automation is a key practice of modern software testing, it will be a big mistake to automate 100% of your test cases. This article provides some tips on how to select the test cases that can be automated if you want to achieve the maximum benefits of your software testing efforts.

Lessons from Testing Browsers with WebDriver

April 5, 2022 1

Web-platform-tests is a large test suite used with WebDriver to ensure browsers stay compliant to web standards and in doing so remain interoperable. Along with being run in most browsers as part of their continuous integration (CI) system, we run the whole test suite over a dozen times a day to provide a public dashboard for both those working on browsers and those more generally working on standards.