WebTestErrorType 枚举

枚举可包括在 WebTestError 对象中的错误类型。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Enumeration WebTestErrorType
public enum WebTestErrorType
public enum class WebTestErrorType
type WebTestErrorType
public enum WebTestErrorType

成员

成员名称 说明
TestError 一个测试错误。
Exception 一个异常错误。
HttpError 一个 HTTP 错误。
ValidationRuleError 一个 ValidationRule 错误。
ExtractionRuleError ExtractionRule 错误。
ConditionalRuleError 一个 ConditionalRule 错误。
Timeout 一个超时错误。
DataCollectionError
DataCollectionWarning

请参见

参考

Microsoft.VisualStudio.TestTools.WebTesting 命名空间