Click or drag to resize

TestEnvironmentEnvironmentVariables Property

Variables created manually, can be used anywhere. To use these variables in automated test, please ensure that the TestEnvironment is embedded in the automation project.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<Variable> EnvironmentVariables { get; set; }

Property Value

Type: ObservableCollectionVariable
Remarks
These user defined variables are more priority than the SystemVariables, if the variable of the same name exists both in EnvironmentVariables and SystemVariables, the one in EnvironmentVariables will be taken account.
See Also