Click or drag to resize

AutomatedTestReportExportJUnit Method

Exports the test report compatible with Apache Ant JUnit report

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

Parameters

filename
Type: SystemString
The filename of the report name to be generated, Default name is TEST-Report.xml
See Also