Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
API Reference for Testing Tools for Visual Studio ALM
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)
Visual Basic
<TypeConverterAttribute(GetType(OutcomeConverter))> _
Public Enumeration Outcome
C#
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum Outcome
Visual C++
[TypeConverterAttribute(typeof(OutcomeConverter))]
public enum class Outcome
F#
[<TypeConverterAttribute(typeof(OutcomeConverter))>]
type Outcome
JScript
public enum Outcome
Member nameDescription
PassIndicates that the Web performance test passed.
FailIndicates that the Web performance test failed.

The following table describes the outcome of a Web performance test.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker