Re: Help needed for regular expression extractor

2010-06-01 Thread sebb
On 02/06/2010, Prakash wrote: > Hi All, > > Can anyone help me what would be the solution for following scenario? > Please don't reply to an old thread with a new question. Start a new thread by posting a new message to the list. -

Re: Help needed for regular expression extractor

2010-05-03 Thread sudheer reddy
Hi Steve Thanks for your reply I have a doubt if my sql query retrives more values then the number of regular expression extractors will be more . Is ther any solution to assign these values to the variables and pass to other requests in the same thread plan so I can reduce the number of

Re: Help needed for regular expression extractor

2010-05-03 Thread sebb
Why not just use the "Variable Names" feature which is present in JDBC Sampler in JMeter version 2.3.4? If used, the sampler automatically stores the responses from select statements in the variables you provide (with suffixes for multiple rows). On 03/05/2010, Steve Eckhart wrote: > Sudheer, >

RE: Help needed for regular expression extractor

2010-05-03 Thread Steve Eckhart
Sudheer, You will need a Regular Expression Extractor for each of the four variables. For each of the four, you would set the Regular expression to (\d) (\d) (\d) (\d). Then, in the first extractor, you would set: Reference Name to OID1 Template to $1$ Match No. 1 (if y

Re: Help Needed For Regular Expression

2007-06-14 Thread sebb
n. Thanks & Regards, Rushabh -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 10:01 PM To: JMeter Users List Subject: Re: Help Needed For Regular Expression Are you sure that the datetime field is in the URL? Surely it is in the page con

RE: Help Needed For Regular Expression

2007-06-14 Thread Rushabh Doshi
Regards, Rushabh -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 10:01 PM To: JMeter Users List Subject: Re: Help Needed For Regular Expression Are you sure that the datetime field is in the URL? Surely it is in the page content, in which case you ne

Re: Help Needed For Regular Expression

2007-06-13 Thread sebb
13/06/2007 14:16 To: JMeter Users List Subject: RE: Help Needed For Regular Expression Thanks for your prompt reply. What ever you have suggested I tried but still it is not working for me. In the Request tab page Post data showing like this %24%7BRF_TD%7D Following things are already have i

RE: Help Needed For Regular Expression

2007-06-13 Thread Remmerswaal, Marcel
Marcel From: Rushabh Doshi [mailto:[EMAIL PROTECTED] Sent: Wed 13/06/2007 14:16 To: JMeter Users List Subject: RE: Help Needed For Regular Expression Thanks for your prompt reply. What ever you have suggested I tried but still it is not working for me. In the

RE: Help Needed For Regular Expression

2007-06-13 Thread Rushabh Doshi
TECTED] Sent: Wednesday, June 13, 2007 4:39 PM To: JMeter Users List Subject: RE: Help Needed For Regular Expression Be sure that the regular expression is a child of the request. be sure that "response field to check" url radio button is select as you say you want it from the url

RE: Help Needed For Regular Expression

2007-06-13 Thread Remmerswaal, Marcel
Be sure that the regular expression is a child of the request. be sure that "response field to check" url radio button is select as you say you want it from the url Did you used the ${RF_TD} in the next http request? you can also try to use (.*?) or match no. = 1 it should work like this. I al