Filtered by category How-Tos Reset filter

TestRunListeners dans QF-Test

Ecouter icône

The TestRunListener interface can be used to execute additional actions before or after the execution of each node or in the case of any exception / error. This actions can (for example) be used for testdocumentation or error analysis. In the following some TestRunListeners are introduced (Jython server scripts).

18. août 2021, Yann Spöri

Créer des captures d'ecran avec QF-Test

Capture d'écran icône

It is relatively easy to take a screenshot of the complete picture with the help of QF-Test. For example, to create a screenshot of the current desktop, only the procedure logScreenshot must be called. (The following blog article explains how to insert a procedure call.)

29. juillet 2021, Yann Spöri

Exemples JIRA avec QF-Test

Logo Jira Software

On a popular demand we have created examples on how QF-Test can be integrated with JIRA. 

17. juin 2021, Plamen Vesselinov

Automatisation des tests de KeePass avec QF-Test - Document de séminaire

[Translate to French:] Why do my tests break

"Why do my automated GUI tests break?" that was the seminar question of a student. With this, he asked the central question for test automation. Because the success of this, as well as the daily work of QA, stands and falls with the recognition of the objects - or their failure/breakage of the tests.

29. avril 2021, Martina Schmid

Changer la langue dans QF-Test

[Translate to French:] QF-Test language in English or German

QF-Test exists in German and English. You can switch the language in QF-Test. It is easy you just need to know how to change the language settings.

01. février 2021, Author unavailable

Comment utiliser JSON

JSON file

Especially when testing websites, you are now and then faced with the problem of having to parse JSON (=JavaScript Object Notation) strings. 
In this blog article, however, the JSON library provided by QF-Test should be described.

07. décembre 2020, Yann Spöri

Node Transformations in QF-Test

[Translate to French:] Node Conversion in QF-Test

QF-Test it is possible to transform a node into another node type.

This feature can be useful when

  • a certain action cannot be recorded, for example "Wait for component"

  • you want to insert actions similar to a recorded one: copy and convert can then be easier as performing a new recording.

03. novembre 2020, Yann Spöri