Click or drag to resize

GlobalInitialize Method

Initialize the Test Framework with Default Profile or a custom profile

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static bool Initialize(
	string ProfilePath = null
)

Parameters

ProfilePath (Optional)
Type: SystemString
the Full path of the custom profile

Return Value

Type: Boolean
True if the framework is initialized, False if the framework is already initialized before.
Remarks
If the test framework has already initialized, it will not be initialized again.
See Also