Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestErrorType Enumeration

 

Enumerates the types of errors that can be included in a WebTestError object.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public enum class WebTestErrorType

Member nameDescription
ConditionalRuleError
DataCollectionError

DataCollectionWarning

Exception

An exception error.

ExtractionRuleError

An ExtractionRule error.

HttpError

An HTTP error.

TestError

A test error.

Timeout

A time-out error.

ValidationRuleError
Return to top
Show: