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
)
Public Shared Function Load (
path As String
) As AutomationProject
public:
static AutomationProject^ Load(
String^ path
)
static member Load :
path : string -> AutomationProject
Parameters
- path
- Type: SystemString
The location of the serialized TestSuite.
Return Value
Type:
AutomationProjectThe
AutomationProject object represents an Automation Project
See Also