ValidateResponseUrl Class

A validation rule validates that a redirect occurs during the run of the Web test if and only if the redirect was expected.

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

Syntax

'Declaration
Public Class ValidateResponseUrl _
    Inherits ValidationRule
'Usage
Dim instance As ValidateResponseUrl
public class ValidateResponseUrl : ValidationRule
public ref class ValidateResponseUrl : public ValidationRule
public class ValidateResponseUrl extends ValidationRule

Remarks

A validation rule compares the value of the ExpectedResponseURL property on the Web test request with the actual response URL, after following any redirects. Then, the rule fails if the two URLs do not match. This validation rule is automatically added to a Web test that you create by using the Web test recorder.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.ValidationRule
    Microsoft.VisualStudio.TestTools.WebTesting.Rules.ValidateResponseUrl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ValidateResponseUrl Members

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace