Global Class |
Namespace: Hummingbird.TestFramework
The Global type exposes the following members.
Name | Description | |
---|---|---|
AssertionEditors |
Gets the assertion editors from a Type (AbstractAssertion)
| |
AvaliableExtensions |
Gets a list of available extensions. Extensions will be loaded automatically when hummingbird test framework initializes. this global variable lists all available extensions.
If an extension is loaded, the LoadingStatus property will be set to Loaded If Hummingbird Test Framework can not load the extension, this property will be set to other values.
| |
Clients |
The clients loaded and used in Hummingbird
| |
ConditionEditors |
Gets the condition editors from a Type (AbstractCondition)
| |
CurrentAutomationProject |
Gets the current automation project opening for edit or execution
| |
CurrentUserName |
Gets the name of the current user logged to Windows
| |
CustomMessageViewers |
Gets the list of CustomMessageViewer available to use.
| |
CustomObjectEditors |
Gets the custom object editors.
| |
CustomObjectViewers |
Gets the list of CustomObjectViewer available to use.
| |
DES |
The static instance of DES encryption
| |
Dispatcher |
Gets or sets the UI Dispatcher for the current UI Thread.
| |
FailedAssemblies |
The failed assemblies
| |
IsAutomatedTestRunning |
Gets a value indicating whether an automated test is running.
| |
IsInitialized |
Gets or sets a value indicating whether this instance is initialized.
| |
IsPerformanceTestRunning |
Gets a value indicating whether a performance test is running.
| |
LastExtensionLoadedDate |
Gets or sets the date where the last extension has been loaded.
| |
LoadedAssemblies |
The loaded assemblies
| |
MD5 |
The static instance of md5 hash
| |
RequestMetadatas |
The request metadata loaded and used in Hummingbird
| |
ResponseMetadatas |
The response metadata loaded.
| |
Servers |
The virtual servers (Agents holding virtualized services) loaded and used in Hummingbird
| |
StartUpInformation |
Gets the start up information.
| |
TestFrameworkVersion |
Gets the current version of Hummingbird Test Framework.
| |
TestStepEditors |
Gets the test step editors from a Type
| |
UsedSystemVariables |
Used system variables
|
Name | Description | |
---|---|---|
Initialize |
Initialize the Test Framework with Default Profile or a custom profile
| |
LoadExtensionFrom |
Loads the extension from a specific directory
|
Name | Description | |
---|---|---|
DEFAULT_RESPONSE_NAME |
The default response name
| |
RootNamespace |
The root name space of XML name-spaces
|