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)

Syntax

'Declaration
Public Enumeration WebTestErrorType
public enum WebTestErrorType
public enum class WebTestErrorType
type WebTestErrorType
public enum WebTestErrorType

Members

Member name Description
TestError A test error.
Exception An exception error.
HttpError An HTTP error.
ValidationRuleError A ValidationRule error.
ExtractionRuleError An ExtractionRule error.
ConditionalRuleError A ConditionalRule error.
Timeout A time-out error.
DataCollectionError
DataCollectionWarning

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting Namespace