If you have no issue, if you can send me you email Id I can send you the .jmx
file.
But what I have done is as below , 
Step 1
4 hrp/aa/newemp.aspx - Get 
    I have extracted the __ViewState as
    Reference name : NHViewState1
    Regular Expression : id="__VIEWSTATE" value="(.+?)"
    Template : $1$
    Match No : 1
    __EventValidation 
    Reference name : NHeventValidation1
    Regular Expression : id="__EVENTVALIDATION" value="(.+?)"
    Template : $1$
    Match No : 1

Step2
5. hrp/aa/newemp.aspx - Post 
   I have substituted the hardcodede values for __VIEWSTATE and
__EVENTVALIDATION with the Reference name above ie NHViewState1 and
NHeventValidation1

Same thing I have repeated for the rest of the requests ie 
extracted for 5 and substituted in 6 
extracted for 6 and substituted in 7 
extracted for 7 and substituted in 8 
extracted for 8 and substituted in 9 
extracted for 9 and substituted in 10 so on... for all the requests

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/Issue-with-Reular-Expression-tp4770195p4770307.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to