Click or drag to resize

AutomatedTestReportPassrate Property

Gets the string representation of Pass rate (Passed test / Total tests).

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string Passrate { get; }

Property Value

Type: String
The pass rate string representation, for example 50%
Remarks
This property hides Passrate who is based on sub-level items. This property special for project is based on Test Cases.
See Also