Click or drag to resize

Settings Properties

The Settings type exposes the following members.

Properties
  NameDescription
Public propertyActiveProfile
Gets or sets the active profile used for Manual testing
Public propertyActiveTestEnvironment
The name of Active Test Environment
Public propertyCSVSeparator
The separator used to read/write CSV files. By default, the value is aligned with system when settings file is first initialized.
Public propertyCustomParameters
Saves the custom parameters and its values requested by the components. StrongName is a GUID value represents such components
Public propertyCustomThemes
XML content of the custom themes
Public propertyDisabledExtensions
Gets the Guid of Disabled extensions. Disabled extensions will not be loaded during application startup.
Public propertyFontSize
Font-size of the UI
Public propertyStatic memberInstance
Single instance of Settings object.
Public propertyIsFirstRun
Gets a value indicating whether the application is launched for the first time.
Public propertyLogLevel
Level of logs to show or be written.
Public propertyLogPath
Full path of the log file (with out file name). if the path does not exist, Test framework will try to create one.
Public propertyMaxConsoleOutputCache
Gets or sets the maximum console output can be hold in the automation runner. Default value is 100KB (102400 bytes)
Public propertyMaxMessages
Maximum number of messages stored and show in Manual Test Runner.
Public propertyMaxSavedRequestsPerService
Maximum requests history saved for a service.
Public propertyPreferedLanguage
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.
Public propertyProfiles
Gets or sets the profiles used in Hummingbird.
Public propertyShowResult
Show request result in the WindowsRequest, if false, close the Window.
Public propertyTheme
Theme of the User Interface
Top
See Also