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; }
Public ReadOnly Property Passrate As String
Get
public:
property String^ Passrate {
String^ get ();
}
member Passrate : string with 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