Re: regarding hidden fields

2006-05-30 Thread sebb
On 28/05/06, Harinath Mallepally <[EMAIL PROTECTED]> wrote: I used regular expression extractor to process a response data (to re-use the hidden fields in the next request). It is working fine. But for each hidden field I am using a regular expression extractor. Is this the right way of doing it

RE: regarding hidden fields

2006-05-27 Thread Harinath Mallepally
extractor for multiple regular expression evaluation? Thanks Harinath http://harinath.tk -Original Message- From: Harinath Mallepally [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 11:33 AM To: JMeter Users List Subject: RE: regarding hidden fields Yes, I am going through the Wiki and

RE: regarding hidden fields

2006-05-27 Thread Harinath Mallepally
ponse? (to get multiple hidden field values?) -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Sunday, May 28, 2006 4:26 AM To: JMeter Users List Subject: Re: regarding hidden fields Read the documentation that comes with JMeter, or on the web-site. Also read the JMeter

Re: regarding hidden fields

2006-05-27 Thread sebb
which will help me. -Harinath -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 8:24 PM To: JMeter Users List Subject: Re: regarding hidden fields On 25/05/06, Harinath Mallepally <[EMAIL PROTECTED]> wrote: > > Hi, > > > > How can

RE: regarding hidden fields

2006-05-27 Thread Harinath Mallepally
: regarding hidden fields On 25/05/06, Harinath Mallepally <[EMAIL PROTECTED]> wrote: > > Hi, > > > > How can we enforce that hidden fields are used with http requests > automatically? That is, when I browse a web page and submit a form, > there will be some hidde

Re: regarding hidden fields

2006-05-25 Thread sebb
On 25/05/06, Harinath Mallepally <[EMAIL PROTECTED]> wrote: Hi, How can we enforce that hidden fields are used with http requests automatically? That is, when I browse a web page and submit a form, there will be some hidden fields specific to that user, which are been passed between the webs

regarding hidden fields

2006-05-24 Thread Harinath Mallepally
Hi, How can we enforce that hidden fields are used with http requests automatically? That is, when I browse a web page and submit a form, there will be some hidden fields specific to that user, which are been passed between the webserver and the browser. When I want to record a transaction