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.
Enumeration for the status of a Web performance test result.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Enumeration WebTestResultStatus
public enum WebTestResultStatus
public enum class WebTestResultStatus
type WebTestResultStatus
public enum WebTestResultStatus
Members
Member name | Description | |
---|---|---|
Completed | The Web performance test completed. | |
TemplateResult | The Web performance test produced a template result. | |
Skipped | The Web performance test was skipped. | |
ConditionallySkipped | The Web performance test was conditionally skipped. |