Filtered by category How-Tos Reset filter

Utiliser QF-Test dans des systèmes Continuous Integration

Continuous integration QF-Test

Les systèmes d'intégration continue (CI-Systems) soutiennent les équipes dans leur travail constant sur les différentes sous-étapes du processus de développement logiciel.  L'objectif principal étant l'amélioration de la qualité des logiciels.

11. juillet 2019, Thomas Max

Veni, vidi, variavi – Utiliser des variables

Variables in QF-Test

There‘s no way around using variables if a test-suite has to to be flexible, reusable, and elegant. But where are variables set? Which value of the variable is used if I defined multiple ones at different positions? And how can I find out? This article aims to answer these questions.

10. juillet 2019, Daniel Rieth

Des nouvelles sur les QF modules print(…) et println(…)

print printin QF module

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.

04. juillet 2019, Pascal Bihler

Quelque chose ne fonctionne pas avec QF-Test

Questionsmark in a circle

You are working with QF-Test and something something doesn't work as expected? Then you can (as usually) search the Internet or do research at Stackoverflow... A faster way is going on our channels ...

04. juin 2019, Martina Schmid

Pas d'evénements basés sur des coordonnés et pas de dames basées sur des images! QF-Test est plus intélligent! Partie 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!

28. mai 2019, Plamen Vesselinov

Marquer les nœds avec des couleurs

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. mai 2019, Yann Spöri

Des Mouse Events dans les applications 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. mai 2019, Plamen Vesselinov

Désactiver un nœud

activated vs. deactivated node

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

03. mai 2019, Yann Spöri

Écrire vos propres vérificateurs

Check

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

16. avril 2019, Yann Spöri