Click or drag to resize

AutomationProjectLoad Method

Loads an TestSuite instance from a specified location

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static AutomationProject Load(
	string path
)

Parameters

path
Type: SystemString
The location of the serialized TestSuite.

Return Value

Type: AutomationProject
The AutomationProject object represents an Automation Project
See Also