WebTestResultStatus Enumeration

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.
ConditionallySkipped The Web performance test was conditionally skipped.
Skipped The Web performance test was skipped.
TemplateResult The Web performance test produced a template result.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace