Settings Properties |
The Settings type exposes the following members.
Name | Description | |
---|---|---|
ActiveProfile |
Gets or sets the active profile used for Manual testing
| |
ActiveTestEnvironment |
The name of Active Test Environment
| |
CSVSeparator |
The separator used to read/write CSV files. By default, the value is aligned with system when settings file is first initialized.
| |
CustomParameters |
Saves the custom parameters and its values requested by the components. StrongName is a GUID value represents such components
| |
CustomThemes |
XML content of the custom themes
| |
DisabledExtensions |
Gets the Guid of Disabled extensions. Disabled extensions will not be loaded during application startup.
| |
FontSize |
Font-size of the UI
| |
Instance |
Single instance of Settings object.
| |
IsFirstRun |
Gets a value indicating whether the application is launched for the first time.
| |
LogLevel |
Level of logs to show or be written.
| |
LogPath |
Full path of the log file (with out file name). if the path does not exist, Test framework will try to create one.
| |
MaxConsoleOutputCache |
Gets or sets the maximum console output can be hold in the automation runner. Default value is 100KB (102400 bytes)
| |
MaxMessages |
Maximum number of messages stored and show in Manual Test Runner.
| |
MaxSavedRequestsPerService |
Maximum requests history saved for a service.
| |
PreferedLanguage |
Language code of preferred UI language. if the value is AUTO, then default OS culture settings will be applied. if the OS culture settings are not supported, the culture will be EN-US.
| |
Profiles |
Gets or sets the profiles used in Hummingbird.
| |
ShowResult |
Show request result in the WindowsRequest, if false, close the Window.
| |
Theme |
Theme of the User Interface
|