AutoStopCriteria.ErrorRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Threshold percentage of errors on which test run should be automatically stopped. Allowed values are in range of 0.0-100.0.
public float? ErrorRate { get; set; }
member this.ErrorRate : Nullable<single> with get, set
Public Property ErrorRate As Nullable(Of Single)