Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the outcome of a Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(OutcomeConverter))> _
Public Enumeration Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum Outcome
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum class Outcome
[<TypeConverterAttribute(typeof(OutcomeConverter))>]
type Outcome
public enum Outcome
Members
Member name | Description | |
---|---|---|
Pass | Indicates that the Web performance test passed. | |
Fail | Indicates that the Web performance test failed. |
Remarks
The following table describes the outcome of a Web performance test.