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.
WebTestRequest::ExpectedResponseUrl Property
Gets or sets the expected URL of the response. When a redirect is expected, this URL might differ from the request URL.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: [DefaultValueAttribute("")] property String^ ExpectedResponseUrl { String^ get(); void set(String^ value); }
The value of ExpectedResponseURL is used by the "Response URL" validation rule. The "Response URL" validation rule validates that, during the Web performance test run, redirects occur only if they are expected.
Show: