Settings Class |
Namespace: Hummingbird.TestFramework.Configuration
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
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCustomParameter |
returns the value of the parameter in string, if the parameter does not found, returns null
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save |
Persists the settings to disk drive.
| |
Save(String) |
Saves the current settings instance to a specified path.
| |
SetCustomParameter |
Sets the custom parameter.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |