Archives

Archives / 2007
  • VSTS Testing - How to Get a Web Test Form Field for URL Subsequent Requests

    There are several ways to get an id from a requested form and set it as a request parameter on a subsequent web request. Remember that the querystring parameters are used on the form request before the form is retrieved and the extraction rules occur after the form has been received. This is all to ensure that the response to a formatted request was as expected.