QF-Test 9 introduces object variables. This new feature has an effect on many parts of QF-Test. This article presents an overview of the most important new features.
-
-
Extending the QF-Test Assertion API – A practical introduction
The API of the fluid check expressions in QF-Test is well equipped so that most checks can be written very easily. In some special cases, however, you may wish to extend the API, as is possible with chai.JS plugins. In this post, we show you how.
-
Introduction to QF-Test Plugin Development
In this blog post we unveil the full potential of QF-Test plugins.
-
Test des pages web protégées par la stratégie de sécurité du contenu (CSP) avec Firefox
Les règles strictes de la CSP rendent plus difficile de les tester avec Firefox à partir de la version 99.
-
Aucune vulnérabilité de Log4j dans QF-Test
Ces derniers jours, une vulnérabilité dans la bibliothèque open source populaire log4j a été signalée, surnommée Log4shell. QF-Test n”est pas (et n’a pas été) vulnérable à cette attaque, pour un certain nombre de raisons.
-
QF-Test 5.0 et macOS Catalina (10.15)
In their recent version of macOS, named “Catalina” (10.15), Apple introduced a feature protecting users from executing malicious software downloaded from the Internet. To separate “good” from “bad” software, Apple implemented a so called “notarization” process, and software which has not been „notarized“ cannot be executed on macOS Catalina without further ado.
-
Des nouvelles sur les QF modules print(…) et println(…)
If you are working with QF-Test scripting nodes, no matter whether you prefer Jython, Groovy or JavaScript, you will come across the QF module sooner or later. This module, accessible in all script nodes and script terminals via the variable qf, holds a bunch of helper methods designed to make the life of a script programmer easier.