Click or drag to resize

Global Class

This static class holds global settings and variables used by Hummingbird Test Framework.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFrameworkGlobal

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static class Global

The Global type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAssertionEditors
Gets the assertion editors from a Type (AbstractAssertion)
Public propertyStatic memberAvaliableExtensions
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.
Public propertyStatic memberClients
The clients loaded and used in Hummingbird
Public propertyStatic memberConditionEditors
Gets the condition editors from a Type (AbstractCondition)
Public propertyStatic memberCurrentAutomationProject
Gets the current automation project opening for edit or execution
Public propertyStatic memberCurrentUserName
Gets the name of the current user logged to Windows
Public propertyStatic memberCustomMessageViewers
Gets the list of CustomMessageViewer available to use.
Public propertyStatic memberCustomObjectEditors
Gets the custom object editors.
Public propertyStatic memberCustomObjectViewers
Gets the list of CustomObjectViewer available to use.
Public propertyStatic memberDES
The static instance of DES encryption
Public propertyStatic memberDispatcher
Gets or sets the UI Dispatcher for the current UI Thread.
Public propertyStatic memberFailedAssemblies
The failed assemblies
Public propertyStatic memberIsAutomatedTestRunning
Gets a value indicating whether an automated test is running.
Public propertyStatic memberIsInitialized
Gets or sets a value indicating whether this instance is initialized.
Public propertyStatic memberIsPerformanceTestRunning
Gets a value indicating whether a performance test is running.
Public propertyStatic memberLastExtensionLoadedDate
Gets or sets the date where the last extension has been loaded.
Public propertyStatic memberLoadedAssemblies
The loaded assemblies
Public propertyStatic memberMD5
The static instance of md5 hash
Public propertyStatic memberRequestMetadatas
The request metadata loaded and used in Hummingbird
Public propertyStatic memberResponseMetadatas
The response metadata loaded.
Public propertyStatic memberServers
The virtual servers (Agents holding virtualized services) loaded and used in Hummingbird
Public propertyStatic memberStartUpInformation
Gets the start up information.
Public propertyStatic memberTestFrameworkVersion
Gets the current version of Hummingbird Test Framework.
Public propertyStatic memberTestStepEditors
Gets the test step editors from a Type
Public propertyStatic memberUsedSystemVariables
Used system variables
Top
Methods
  NameDescription
Public methodStatic memberInitialize
Initialize the Test Framework with Default Profile or a custom profile
Public methodStatic memberLoadExtensionFrom
Loads the extension from a specific directory
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_RESPONSE_NAME
The default response name
Public fieldStatic memberRootNamespace
The root name space of XML name-spaces
Top
See Also