Click or drag to resize

AutomatedTestReportLoadFrom Method

Generates a Test Report from an AutomationProject

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static AutomatedTestReport LoadFrom(
	AutomationProject project
)

Parameters

project
Type: Hummingbird.TestFramework.AutomationAutomationProject
The automation project to use for report generation

Return Value

Type: AutomatedTestReport
A functional test report object, It can be serialized in XML format.
See Also