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

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace