16
The Demo Application [5 min]

The SUT for the advanced tutorial is an application called JCarConfigurator. It allows the user to calculate prices for cars. Here is a list of features the application should cover:

You can start the JCarConfigurator either via qftest-3.4.7/demo/carconfig/run_car.bat on Windows or qftest-3.4.7/demo/carconfig/run_car.sh on Unix systems.

Note You have to pass a parameter en to the script call to run the SUT in English. Here is a screen shot of the main-window:

Figure 16.1:  The main window of the JCarConfigurator

Note The JCarConfigurator is small and implemented in Java/Swing, but the concepts of testing this application are the same than testing a huge application in any technology QF-Test supports.