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.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Enumeration Outcome
'Usage
Dim instance As Outcome
public enum Outcome
public enum class Outcome
public enum Outcome
Members
Member name | Description | |
---|---|---|
Pass | Indicates that the Web test passed. | |
Fail | Indicates that the Web test failed. |