Click or drag to resize

ProfileActiveProfile Property

Gets the Active profile used by Manual Testing

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Profile ActiveProfile { get; }

Property Value

Type: Profile
The active profile object. if the active profile is never set, The DefaultProfile will be returned.
See Also