Profile Class |
Namespace: Hummingbird.TestFramework.Configuration
The Profile type exposes the following members.
Name | Description | |
---|---|---|
Profile |
Initializes a new instance of the Profile class. used for automation engine only.
|
Name | Description | |
---|---|---|
ActiveEnvironment |
Gets the active test environment.
| |
ActiveProfile |
Gets the Active profile used by Manual Testing
| |
Credentials |
This list stores Authentication Tokens used for each environment. The details of each token is environment specific.
| |
DefaultEnvironment |
Gets the default test environment.
| |
DefaultProfile |
Gets the instance.
| |
Description |
Gets or sets the description.
| |
EnabledServers |
Gets or sets the enabled servers.
| |
Environments |
ALL Test environments used.
| |
EnvironmentVariables |
The Name of all environment variables. This list contains only Names, the values are stored in each environment;
| |
IsInMemoryProfile |
Gets or sets a value indicating whether this instance is an in memory profile. In memory profiles are not saved independently from the file system but is used to embedded with other object such as Automation Project and Performance Test Project.
| |
Name |
Gets or sets the name of the current profile;
| |
SavedResponses |
Gets or sets the saved responses.
| |
ServiceParameters |
Gets or sets the service parameters.
| |
SystemVariables |
The Name of all system variables. This list contains only Names, the values are stored in each environment;
|
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
DeleteProfile |
Deletes the profile.
| |
Duplicate |
Duplicates the specified Profile.
| |
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.) | |
GetCredential |
Get the credential from active test environment with Name
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProfile |
Gets the Profile from it's name
| |
GetSavedResponses |
Gets the saved responses.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImportFrom |
Imports a Profile from given location (Full Local or UNC Path)
| |
LoadServiceParameters |
Loads the service parameters.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifySettingsChanged |
Notifies the settings changed.
| |
Save |
Saves this instance.
| |
Save(String) |
Saves the specified path.
| |
SaveServiceParameter |
Saves the service parameter.
| |
SetActiveEnvironment(String) |
Sets the active environment.
| |
SetActiveEnvironment(TestEnvironment) |
Sets the active test environment.
| |
Sync |
Synchronizes the environment variables, system variables and credential between environments.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when The property value has been changed
| |
SettingsChanged |
Occurs when [settings changed].
|
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.) |