Filtered by category How-Tos Reset filter

WebSaga | Réveillez-vous!

Dependency in QF-Test for website testing

This is how it starts every night. I barely have a moment of rest until I'm clicked and checked again. But it's fun, I'm the website www.qfs.de!

Here is the second article on how we test our website. We implement dependencies.

28. mai 2020, Beáta Pázmány

Analyser des ComponentNot­FoundExceptions

[Translate to French:] [Translate to French:] ComponentNotFoundException QF-Test

In case QF-Test is unable to identify the corresponding component in the application a ComponentNotFoundException get's thrown. Whenever an exception occurs QF-Test (by default) logs a screenshot.

26. mai 2020, Yann Spöri

Les applications Electron fantastiques

Testing Electron Apps with QF-Test

A very good solution of the combination of web technology and desktop applications is Electron. Almost every user knows or uses Electron apps. Popular apps like Skype, Microsoft Visual Studio Code or Discord are built using the Electron framework.

07. mai 2020, Daniel Rieth

The proof of the pudding is in the eating - Procedures hors de la boîte

Standard library QF-Test

Packet soup or baking mixture, cook by yourself or bake? Concerning food opinions divide. Pros and cons.
QF-Test doesn’t ship convenience food, you have to cook it yourself. But you will be given a variety of spices that will ease your life: the standard library qfs.qft. From a collection of fine salt and pepper to complex pizza spices, the genuine for every meal.

08. avril 2020, Beáta Pázmány

QF-Test 5.0 et macOS Catalina (10.15)

macOS Catalina 10.15 Error Dialog

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.

After starting QF-Test a message is shown that Apple cannot check QF-Test for malicious software.

10. février 2020, Pascal Bihler

Comment déboger les scripts Jython dans QF-Test?

Debug Jython Scripts in QF-Test

By the usage of script nodes QF-Test allows embedding of special custom functionality into your test-cases. Typically, these scripts are supposed to be short and relatively simple containing just dedicated functionality, whereas the majority of test logic is done via QF-Test visual nodes.

In this article I explain how to prepare an Eclipse or standalone Liclipse IDE to connect to the Jython interpreter of QF-Test and allow enhanced debugging.

30. janvier 2020, Karlheinz Kellerer

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