I am recording a web test using Visual Studio 2010.
For each request, the expected response URL is recorded, and the validation check rule ensures that the response is correct.
The test uses random data. For a specific request, in a specific case, the response URL may be different from what is recorded, and the test is still valid. I can handle the action depending on the response URL in WebTestRequestPlugin, but the validation rule still applies.
I tried to remove the response URL in the properties tab for this request, but if the field is blank, the validation rule seems to expect the same URL as the response request.
Is there a way to disable this validation rule for this single request?
[Edit] I just think that the ability to set wildcards in the ExpectedResponseUrl field for the request will be great ... but this does not seem to work with "*". [/ Edit]
visual-studio-2010 webtest
Johnny5
source share