Configuration

General Options

These options work in both the startup and project files. These options are located in the general section.

name   main_window
default   normal
description  

Changes the way the main window is displayed. Must be one of the following options:

hidden   hides the main window
normal   displays the main window at a system-determined default size
maximized   maximizes the window to use the entire desktop (except for the task bar)
minimized   minimizes the main window to the task bar

This option is ignored on MacOS.

 

name   billboard
default   false
description  

If this option is true, then the Test Engine displays a billboard window showing the load progress. Use this option if you have a lot of scripts or pages and the Test Engine takes longer to load.

 

name   name
default    
description  

Name of the project. Use this option if you want to make sure that the title bar of the main window is the name of your project on Windows. This sets the name of the project for the about window, but if you want to make sure that users can't change it, you should use set_project_name in the script as well.

If this option is specified in the startup file, it sets the window title but does not name the project. It is provided solely as a means of making sure the window title is correct on slower systems.

 

name   version
default   false
description  

Version of the project. Use this option if you want to make sure that the title bar of the main window is the name of your project on Windows. This sets the name of the project for the about window, but if you want to make sure that users can't change it, you should use set_project_name in the script as well.

If this option is specified in the startup file, it is ignored.