THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Wiki Markup |
---|
[BR] Response Field to check: Body [BR] Reference Name: EVENTVALIDATION [BR] Regular Expression: id="_EVENTVALIDATION" value="(\[\\w/-_\].+)" [BR] Template: $1$ [BR] Match No. : 1 [BR] Default Value: NOT FOUND [BR] [BR] Then in order to ensure these extracted values are passed in subsequent HTTP requests, for each request specify the following to be the Send Parameters for the Request: [BR] Name: _VIEWSTATE [BR] Value: $\{VIEWSTATE\} [BR] [BR] Name: _EVENTVALIDATION [BR] Value: $\{EVENTVALIDATION\} [BR] |
Additional Note: (FrankZimper) When testing an ASP.NET 2.0 site I had to add an additional leading underscore to the id fields in the regexes. Is the number of underscores dependent on the version of ASP.NET?