Re: Regular Expression Extractor-Help Needed

2008-09-08 Thread sebb
On 08/09/2008, Mathumathi Palani Bommu, EAS-Chennai [EMAIL PROTECTED] wrote: Add Regular Expression extractor and provide the values as Reference name:session Regular Expression :input type=hidden name=userSession value=(.*) I think that will capture too much as . also matches any it

RE: Regular Expression Extractor-Help Needed

2008-09-08 Thread Mathumathi Palani Bommu, EAS-Chennai
Provide the regular expression as input type=hidden name=userSession value=(.*) -Original Message- From: Mathumathi Palani Bommu, EAS-Chennai [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 4:13 PM To: JMeter Users List Subject: RE: Regular Expression Extractor-Help Needed

RE: Regular Expression Extractor-Help Needed

2008-09-08 Thread Mathumathi Palani Bommu, EAS-Chennai
Add Regular Expression extractor and provide the values as Reference name:session Regular Expression :input type=hidden name=userSession value=(.*) Template:$1$ Match #:0 U can use the sessionid value captured Regular expression extractor as ${session} in the further requests -Original