Click or drag to resize

UsageStatisticAutomatedTestFailed Property

Gets or sets the number of automated test executed but failed.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public long AutomatedTestFailed { get; set; }

Property Value

Type: Int64
The automated test failed.
See Also