visual studio 2010 - Disabling ExpectedResponseUrl for single request in web test -


i'm recording web test using visual studio 2010.

for each request, expected response url recorded, , validation rule on test ensure these response correct.

the test using random data. particular request, in case response url may differ recorded, , test still valid. can handle action depending on response url in webtestrequestplugin, validation rule still applies.

i tried removing response url in properties tab request, if field empty, validation rule seems expect same url request response.

is there way disable validation rule single request?

[edit] think being able put wildcards in expectedresponseurl field request great... not seems work "*". [/edit]

try converting test coded test. can either write small piece of code expected url correct, or override validator.

you create custom validation rule if want avoid coding test.


Comments