-
Notifications
You must be signed in to change notification settings - Fork 0
User Settings and the SettingsConfigDialogue
iks github user edited this page Jun 21, 2019
·
6 revisions
There are a couple of settings a user has to define to run SysNat. For this purpose the file settings.config exists where all settings are defined, explained and their possible values listed. Those values are:
- Application_Under_Test
- ExecutionFilter
- Browser
- Speed_of_Test_Execution
- Report_Name
- Archive_Directory
- Start_With_SettingsConfigDialog
The last of these settings (Start_With_SettingsConfigDialog) defines whether the execution starts directly with the settings read from the settings.config or whether the ConfigSettingsDialogue starts. In the later case, the values of the settings.config are used as defaults. The user may change these defaults or take them unchanged to start the SysNat execution by activating the corresponding button. It is also possible to save changed settings, so that they are available for the next start.