Click or drag to resize

AutomatedTestReportExport Method

Saves the current instance to the file.

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void Export(
	string filename
)

Parameters

filename
Type: SystemString
The filename to save (including the extension .APR)
See Also