Outcome Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace