No coordinates based Events and no Image based checks! QF-Test is smarter than that! Part I

Web Testing is smart with QF-Test

Some days ago I had the pleasure to visit a Meetup Venue here in Leipzig, Germany. The topic was very interesting - "Experience with the introduction of Test Automation". Many of the participants consider Web GUI Testing very fragile and cumbersome to keep in "Tests OK" status that's why I I decided to write this series with the topic: No coordinates based Events and no Image based checks! QF-Test is smarter than that!

29. May 2019, Plamen Vesselinov

Mark nodes via colors

Colored Nodes

In order to simplify test-suite editing it is possible to assign colored marks to nodes. This feature is especially (but not only) helpful in the context of complex find and replace operations - in this case, the color markers can for example be used to indicate that a node still needs revision or that a node was edited successfully.

14. May 2019, Yann Spöri

Mouse Events Explained - Web

Mouse Events Explained - Web

QF-Test uses semi hard events as default (based on web ajax toolkit, browser and browser version, OS etc), but not all cases. There are three event types available.

 

06. May 2019, Plamen Vesselinov

Disabled node

activated vs. deactivated node

In some cases it is helpful to disable nodes temporarily. Here is a short article how to do this.

03. May 2019, Yann Spöri

Writing your own checkers

Check

While testing an application, one of the most important steps is to verify that the actual state of the application is correct.

16. April 2019, Yann Spöri

If you want to work in Germany, come to us

GPTW Logo

QFS (Quality First Software GmbH) is one of the best employers of the ITC industry in Germany and also in Bavaria. We are located in Leipzig and in Geretsried (that’s between Munich and the Alps at the Isar river) and have won the Great Place to Work award already two times now.

09. April 2019, Martina Schmid

Accessing sub-items of GUI components

Accessing sub-items of GUI components

In most cases we are dealing with more or less straight-forward GUI components,such as buttons and text fields. Nevertheless we often have to deal with morecomplex GUI components like trees, tables and lists too. These GUI components have sub-items. 

01. April 2019, Yann Spöri

Password encryption

Password encription with QF-Test

Sensitive information like passwords should be treated with care. However often tests need to fill out a login form and thus these tests require to know the password.

05. March 2019, Yann Spöri

Creating custom HTML/XML/Junit reports

Report pie chart

Via the run-log QF-Test provides a detailed log about the actions it executed during a test run. The overall results of this run-log can be summarized in other reports like the HTML/XML/Junit report.

28. February 2019, Yann Spöri