Click or drag to resize

AutomationProjectLoadAsync Method

Loads an TestSuite instance from a specified location in asynchronized mode

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Task<AutomationProject> LoadAsync(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: TaskAutomationProject
The TaskTResult object represents an Automation Project
See Also