Re: Regular expression Extractor - Help

2011-03-21 Thread dan
Thank you for your message. I will be unavailable until Tuesday March 29th. If you have any questions or need immediate attention please contact supp...@conceptual.ca or call 519.273.3377 I took the money and ran ;) Dan Heitbohmer

Re: Regular expression Extractor - Help

2011-03-21 Thread zillakilla
respondentid = '([a-z0-9]*?)' -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-Extractor-Help-tp4209375p4221859.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-05-12 Thread jmeter-user
One more question about RE I need Read PAYMENT_DEFINITION_ID : http://www.nabble.com/file/p23500686/BAZA1.jpg http://www.nabble.com/file/p23500686/BAZA2.jpg http://www.nabble.com/file/p23500686/BAZA3.jpg http://www.nabble.com/file/p23500686/BAZA4.jpg -- View this message in context:

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-29 Thread jmeter-user
when I put i Default value : ID Jmeter send request : SELECT * FROM PAYMENT_POINT where payment_point.service_id = ID I add Debug sampler ( and here id= ) lack id http://www.nabble.com/file/p23292982/2.png I add in user parameter ID (variable ) http://www.nabble.com/file/p23292982/1.png

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-29 Thread jmeter-user
ok WORK ! :) I must change In Regular expression Extractor in section Response Field to check - Body ;) -- View this message in context: http://www.nabble.com/Jmeter---question-%28-Regular-Expression-Extractor-%29-HELP-%21-tp23276281p23294285.html Sent from the JMeter - User mailing list

Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
Hello, I Have question about JMETER JAKARTA , so : Ja have JDBC REQUEST 1) SELECT SERVICE.ID from SERVICE where name = ‘test’ http://www.nabble.com/file/p23276281/jmeter0.png And I Have in RESPONSE ID = 713 What I do Configure Regular Expression Extractor ??? this Post Procesor must read

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread Suvendu_Mohapatra
Subject: Jmeter - question ( Regular Expression Extractor ) HELP?! Hello, I Have question about JMETER JAKARTA , so : Ja have JDBC REQUEST 1) SELECT SERVICE.ID from SERVICE where name = ‘test’ http://www.nabble.com/file/p23276281/jmeter0.png And I Have in RESPONSE ID = 713 What I do Configure

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
thank you for answer , and what I put in : SELECT * FROM PAYMENT_POINT where payment_point.service_id = ${id} when I put ${id} - not work Reference name : id Regular Expression : (\d+) Temaplate : $1$ Match No. : 1 Default : Please try

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread Suvendu_Mohapatra
, Suvendu -Original Message- From: jmeter-user [mailto:michal...@o2.pl] Sent: Tuesday, April 28, 2009 6:24 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter - question ( Regular Expression Extractor ) HELP?! thank you for answer , and what I put in : SELECT * FROM PAYMENT_POINT

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
ok , I have configure now : http://www.nabble.com/file/p23276856/1.png and I have RESPONSE , THIS : http://www.nabble.com/file/p23276856/2.png And what I put here Here ?? there must read previous ID : http://www.nabble.com/file/p23276856/3.png this value ${id} id good ??? THANKS FOR

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread Ronan Klyne
The ${id} is correct. Try this regular expression: ID[^0-9]*([0-9]+) Ronan jmeter-user wrote: ok , I have configure now : http://www.nabble.com/file/p23276856/1.png and I have RESPONSE , THIS : http://www.nabble.com/file/p23276856/2.png And what I put here Here ?? there must

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
still error : http://www.nabble.com/file/p23277154/4.png Polish translate : Nieobsługiwany token = not served token SQL92 - position: 66: ID - The ${id} is correct. Try this regular expression: ID[^0-9]*([0-9]+) Ronan -- View this message in

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread Suvendu_Mohapatra
Please use ID instead of response id in regular expression With Regards, Suvendu -Original Message- From: jmeter-user [mailto:michal...@o2.pl] Sent: Tuesday, April 28, 2009 6:56 PM To: jmeter-user@jakarta.apache.org Subject: Re: Jmeter - question ( Regular Expression Extractor

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
still error :( now I Have : http://www.nabble.com/file/p23277547/5.png and sampler result :-(( http://www.nabble.com/file/p23277547/6.png and JDBC request : SELECT * FROM PAYMENT_POINT where payment_point.service_id = ${id} - Please use ID instead of

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread Suvendu_Mohapatra
Try for the expression (\d+)$ instead of (\d+) With Regards, Suvendu -Original Message- From: jmeter-user [mailto:michal...@o2.pl] Sent: Tuesday, April 28, 2009 7:20 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter - question ( Regular Expression Extractor ) HELP?! still

RE: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
still problem maybe I must change settings in User Parameteres http://www.nabble.com/file/p23278449/user.png or in Test Plan http://www.nabble.com/file/p23278449/test.png - Try for the expression (\d+)$ instead of (\d+) With Regards, Suvendu -- View this message in

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
actually sending : http://www.nabble.com/file/p23278658/send.png -- Check the Request pane to see what the JDBC sampler is actually sending. Then you will know if the ${id) is being interpolated correctly or not. -- View this message in context:

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread sebb
On 28/04/2009, jmeter-user michal...@o2.pl wrote: actually sending : http://www.nabble.com/file/p23278658/send.png I meant the Request pane in the Tree View Listener. -- Check the Request pane to see what the JDBC sampler is actually sending. Then you will know if the

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread jmeter-user
ohhh yes .. sorry ! Actally Request pane in the Tree View Listener : http://www.nabble.com/file/p23279143/req.png -- On 28/04/2009, jmeter-user michal...@o2.pl wrote: actually sending : http://www.nabble.com/file/p23278658/send.png I meant the Request pane in the Tree

Re: Jmeter - question ( Regular Expression Extractor ) HELP?!

2009-04-28 Thread sebb
Which means the variable is not being defined Make sure you have a Default value, and try again. It should show the default value Also try adding a Debug Sampler to show the value if the id variable. On 28/04/2009, jmeter-user michal...@o2.pl wrote: ohhh yes .. sorry ! Actally Request

Re: Regular Expression Extractor-Help Needed

2008-09-08 Thread sebb
value captured Regular expression extractor as ${session} in the further requests -Original Message- From: Banerjee, Tapan [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 9:24 AM To: jmeter-user@jakarta.apache.org Subject: Regular Expression Extractor-Help Needed

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
Message- From: Banerjee, Tapan [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 9:24 AM To: jmeter-user@jakarta.apache.org Subject: Regular Expression Extractor-Help Needed Can u help me out in using Regular Expression Extractor...? I need to capture a value which

Regular Expression Extractor-Help Needed

2008-09-07 Thread Banerjee, Tapan
Can u help me out in using Regular Expression Extractor...? I need to capture a value which actually is a session id...I've tried vit various expressions bt of no use... form method=post action=login.pl target=body input type=hidden name=userSession

Re: regular expression extractor HELP

2008-02-21 Thread sebb
Try skl'].value=([^;]+);document.+return false;${userParameter} as the Regular expression On 21/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: May be i'm not so clear, or are my UserParameter When in Jmeter console I configure UserParameter in = i

regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
HI, i need an help on the regular expressio extractor i have a http request, with HTML responseData similar like this skl'].value='AA';document.return false; .. skl'].value=BB;document.return false; i have a user

Re: regular expression extractor HELP

2008-02-20 Thread sebb
On 20/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: HI, i need an help on the regular expressio extractor i have a http request, with HTML responseData similar like this skl'].value='AA';document.return false; ..

Re: regular expression extractor HELP

2008-02-20 Thread sebb
On 20/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: thank the problem is the the HTML returned from server in responde is dynamic, so i cannot put into the RegularExpression field. Which other part is dynamic? I thought I already allowed for that. is possible use * or

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
thank the problem is the the HTML returned from server in responde is dynamic, so i cannot put into the RegularExpression field. is possible use * or samethink like that? fulvio sebb [EMAIL PROTECTED] ha scritto: On 20/02/2008, Fulvio Guglielmelli wrote: HI, i need an

Re: regular expression extractor HELP

2008-02-20 Thread sebb
On 20/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: It's a table builded by the server after a SQL query is last column So you just need to extract the 11 and store it in the userParameter variable. I assumed this is what you were already doing, as you said: if

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
May be i'm not so clear, or are my UserParameter When in Jmeter console I configure UserParameter in = i would like the extractor return 'AA' When i configure UserParameter= iwould like the extractor return BB

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
May be i'm not so clear, or are my UserParameter When in Jmeter console I configure UserParameter in = i would like the extractor return 'AA' When i configure UserParameter= iwould like the extractor return BB