Click or drag to resize

ProfileSetActiveEnvironment Method (String)

Sets the active environment.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void SetActiveEnvironment(
	string name
)

Parameters

name
Type: SystemString
The name of the test environment.
See Also