Filtered by category Footer-Highlights Reset filter

Executer des cas de tests avec un tag special

Large test projects may consist out of several thousands of test-cases. Often executing them all would need a considerable amount of time, even if multiple machines are used in order to replay the different tests. The solution are tags.

01. octobre 2019, Yann Spöri

Automatisation des tests thèse

Lesezeichen

Comme nous avons également étudié et que nous souhaitons aider les étudiants à rédiger leur thèse sur les tests de logiciels, nous avons décidé de créer une liste de référence pour les sujets pertinents relatifs aux tests.

06. août 2019, Author unavailable

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