Click or drag to resize

AutomatedTestReportImport Method

Imports a Automated Test Report from a file (*.APR).

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Task<AutomatedTestReport> Import(
	string filename
)

Parameters

filename
Type: SystemString
The filename.

Return Value

Type: TaskAutomatedTestReport
An AutomatedTestReport object represents a test report from the given filename.
See Also