Click or drag to resize

Profile Constructor

Initializes a new instance of the Profile class. used for automation engine only.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Profile()
Remarks
This constructor is for automated test only, to execute the text with a given profile specified in the automation project. For manual tests, Test framework used only use DefaultProfile to get the current instance.
See Also