hi so there are (atleast) these possibilities 1. You arent sending the data correctly (or not extracting it correctly) 2. You are sending some other data that the server doesnt expect in the form fields (which is what __EVENTVALIDATION validates) 3. perhaps you arent maintaining session correctly (e.g. you dont have a cookie manager)
For the first two requests only, send the browser trace using say live http headers and firefox , request and response Send the corresponding values(request/response) from View results tree in JMeter (note that the values themselves will vary by design) Or if your site is accessible from the internet then send it to me and I can check regards deepak On Thu, Sep 8, 2011 at 7:50 AM, chanda <[email protected]> wrote: > Thanks, > > I tried with the same approach with my application > but it says "The state information is invalid for this page and might be > corrupted" > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Issue-with-Reular-Expression-tp4770195p4782707.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

