Re: query on capturing response using regex extractor

2005-05-23 Thread sebb
From: Manjunath N.S. [mailto:[EMAIL PROTECTED] > Sent: Monday, May 23, 2005 1:06 PM > To: JMeter Users List > Subject: Re: query on capturing response using regex extractor > > Hi Sachin, > > From the First Response extract the ID information into > variable, using PostProc

RE: query on capturing response using regex extractor

2005-05-23 Thread Sachin Ashok Wagh
PROTECTED] Sent: Monday, May 23, 2005 1:06 PM To: JMeter Users List Subject: Re: query on capturing response using regex extractor Hi Sachin, >From the First Response extract the ID information into variable, using PostProcess/Regular Expression Extractor into Variable. and Later use t

Re: query on capturing response using regex extractor

2005-05-23 Thread Manjunath N.S.
Hi Sachin, >From the First Response extract the ID information into variable, using PostProcess/Regular Expression Extractor into Variable. and Later use this Variable in the next TestCase. Regular Expression Extractor VariableName: NewId RegularExpression: (.*) Template:$1$ In the Second Requ