[back]

QF-Test provides a number of sample test suites in this directory: {0}

Within those test suites you might need to adapt certain variable values in the test suite root node respectively to your system environment in order to get them working properly.

Swing CarConfig Suite [open...]

The little Swing-based car configuration demo application that is also used and described in the advanced tutorial is tested for a number of sample scenarios and workflows. Basic QF-Test techniques are used like test sets, test cases, dependencies, procedures, data drivers, nested loops and try/catch.

Web CarConfig Suite [open...]

A web variant of the well known car configurator (see above). The implementation makes use of JavaScript and JQuery. In the test suite basic QF-Test techniques are used like test sets, test cases, dependencies, procedures, data drivers, nested loops and try/catch.

Electron CarConfig Suite [open...]

An Electron variant of the well known car configurator (see above). The implementation is based on the implementation of the Web CarConfig. In the test suite basic QF-Test techniques are used like test sets, test cases, dependencies, procedures, data drivers, nested loops and try/catch.

JavaFX CarConfig Suite [open...]

A JavaFX variant of the well known car configurator (see above). This test suite is only the beginning but allows to make first contact with JavaFX testing.

JPro JavaFX CarConfig Suite [open...]

A demo test suite for testing an FX application in a browser using JPro. This test suite shows how to start a JPro server and a browser, establish a connection between the two clients and replay events in different variations.

Android CarConfig Suite [open...]

This demo test suite shows the start of an Android demo application either in an already running (connected) device (emulator or mobilphone) or starts an emulator and attaches to the virtual device on which the Android application is launched.

iOS CarConfig Suite [open...]

The iOS variant of the mobile CarConfigurator app, which is executed on a simulated iPhone or iPad.

SmartID CarConfig Suite [open...]

This test suite shows the use of SmartID using the Carconfigurator demo application as an example. As the Carconfigurator is available for different technologies, this test suite allows to run different engines with the same test.

PDF CarConfig Suite [open...]

Some PDF files created by the CarConfigurator application (see above) can also be tested. This test suite shows sample steps of testing PDF documents with QF-Test.

Accessibility CarConfig Suite [open...]

In this test suite you can find examples for automated accessibility tests performed on our Web-CarConfigurator. It includes checks using the axe-core accessibility testing library as well as some QF-Test specific procedures.

Eclipse Suite [open...]

In this suite the Eclipse IDE which is based on SWT/RCP is used as application to be tested. Some tests are performed with respect to Eclipse perspectives and simple workflows. Basic and advanced QF-Test techniques are used like test sets, test cases, dependencies, procedures, try/catch and scripting.

Webswing SwingSet Suite [open...]

A demo test suite for testing a Swing application in a browser using Webswing. This test suite shows how to start a Webswing server and a browser, establish a connection between the two clients and replay events in different variations.

Windows Forms CarConfig Suite [open...]

A Windows Forms variant of the well known car configurator (see above). This test suite is only the beginning but allows to make first contact with Windows Forms testing.

WPF CarConfig Suite [open...]

A WPF (Windows Presentation Foundation) variant of the well known car configurator (see above). This test suite is only the beginning but allows to make first contact with WPF testing.

Windows 10 Calculator Suite [open...]

A demo suite for testing the Windows 10 standard application "Calculator". Note: The test suite only works for Windows with English as user language! In case you have a German Windows please run the testsuite "Win10Calculator_de.qft".

Keyword driven Testing sample projects [open...]

This project contains a couple of test suites showing how to create keyword driven testing scenarios. You can find a description in the manual in the Keyword-driven Testing chapter. The test cases themselves are described in Excel files which you need to open outside QF-Test. The link opens the simplest sample test suite. You can find further sample test suites in the project folder.

Sample project for load testing a Java application [open...]

This project shows sample test suites to set up a load testing scenario as described in the Load testing manual chapter. Two test suites will be opened. The first test suite should be executed on the test systems to simulate scenarios. The second test suite manages the remote execution on all involved test systems.

TestRunListener Suite [open...]

A TestRunListener as described in the technical reference part of the manual can be used to hook into the test run in order to monitor certain events or create an own run log. This suite provides a demo implementation of a TestRunListerner in combination with different test scenarios.

ManualTestRunner Suite [open...]

This suite shows how QF-Test can be used to perform non-automatic tests as also described in the manual.

WebAPI Suite [open...]

Demo test suites for the WebAPI testing feature. A detailed description can be found in the manual.

AI Demo Suite [open...]

This demo suite demonstrates how external AI language models (so-called LLM models) can be integrated into QF-Test to solve specific problems and, in particular, to test non-deterministic outputs.

CarConfig Swing test project [open...]

This test project contains further sample test suites for the Swing variant of the car configurator (see above) like extending the QF-Test functionality using scripts or embedding Unit tests.

CarConfig JavaFX test project [open...]

This test project contains further sample test suites for the JavaFX variant of the car configurator (see above) like extending the QF-Test functionality using scripts or embedding Unit tests.

CarConfigWeb test project [open...]

This test project contains further sample test suites for the Web variant of the car configurator (see above) like extending the QF-Test functionality using scripts or embedding Selenium tests.

[back]