Re: Regular Expression Extrator doesnt work on all pages

2011-10-29 Thread David Luu
Title again , variable name same as the first Extract Title > so > > > that you override the value > > > if("${title}" == "value1") > > > +Request 1 > > > if("${title}" == "value2") > > > +Request 2 > >

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread Deepak Shetty
the first Extract Title so > > that you override the value > > if("${title}" == "value1") > > +Request 1 > > if("${title}" == "value2") > > +Request 2 > > > > etc etc > > > > regards > > deepak >

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread brock
s to the main landing page where the title is Home, the other page is Fee Reminder. Why do some pages not have the full Response and some do? -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extrator-doesnt-work-on-all-pages-tp4941121p4943791.html Sent from the

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread Deepak Shetty
he url it goes to the main landing page. Which is where it > should if you clicked the Continue button on the page that doesn't have a > title in the response. But if I view the page source it has a > > > -- > View this message in context: >

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread brock
er or past in the url it goes to the main landing page. Which is where it should if you clicked the Continue button on the page that doesn't have a title in the response. But if I view the page source it has a -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Exp

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread Deepak Shetty
r > info...) > > > > > content="0;url=/...//twbkwbis.P_GenMenu?name=bmenu.P_MainMnu&msg=WELCOME+Welcome,+User+Name,+to+the+Student+Access+System(ASAP)!Oct+27,+201109%3A20+am"> > > > > > > > -- > View this message in context: > ht

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread brock
it did fail. Here is the text from the response tab: (i dotted out some of the user info...) -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extrator-doesnt-work-on-all-pages-tp4941121p4943133.html Sent from the JMeter - User mailing list arc

Re: Regular Expression Extrator doesnt work on all pages

2011-10-26 Thread Deepak Shetty
t;Update Contacts" > > "${PageTitle}" == "Update Email" > > > > It works for some pages but not all of them. I did check the page source > > for the pages not working and they do have quite a few errors and > warnings > > reported, I used

Re: Regular Expression Extrator doesnt work on all pages

2011-10-26 Thread brock
works for some pages but not all of them. I did check the page source > for the pages not working and they do have quite a few errors and warnings > reported, I used http://validator.w3.org/ to check it. > >> -- >> View this message in context: >> http://jmeter.5

Re: beanshell get highest value of a regular expression

2011-10-19 Thread ZK
Array[0]); System.out.println("Maximum = " + myArray[myArray.length-1]); / ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/beanshell-get-highest-value-of-a-regular-expression-tp4913331p4916720.html Sent from the JMeter - User mailing list archive at Nabble.com. -

Re: beanshell get highest value of a regular expression

2011-10-18 Thread sebb
quot;. >> >> > regards >> > deepak >> > >> > On Tue, Oct 18, 2011 at 9:31 AM, ZK wrote: >> > >> >> Sebb I see what you are saying regarding a single match, however; would >> >> this >> >> work if the reg

Re: beanshell get highest value of a regular expression

2011-10-18 Thread David Luu
are saying regarding a single match, however; would > >> this > >> work if the regEx extractor Match No was set to -1 > >> > >> ? > >> > >> > >> ZK > >> > >> -- > >> View t

Re: beanshell get highest value of a regular expression

2011-10-18 Thread sebb
you are saying regarding a single match, however; would >> this >> work if the regEx extractor Match No was set to -1 >> >> ? >> >> >> ZK >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/beanshell-ge

Re: beanshell get highest value of a regular expression

2011-10-18 Thread Deepak Shetty
; work if the regEx extractor Match No was set to -1 > > ? > > > ZK > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/beanshell-get-highest-value-of-a-regular-expression-tp4913331p4914413.html > Sent from the JMeter -

Re: beanshell get highest value of a regular expression

2011-10-18 Thread ZK
Sebb I see what you are saying regarding a single match, however; would this work if the regEx extractor Match No was set to -1 ? ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/beanshell-get-highest-value-of-a-regular-expression-tp4913331p4914413.html Sent from the

Re: beanshell get highest value of a regular expression

2011-10-18 Thread sebb
programmer)/ Syntax looks OK, but the generated variable name looks wrong; IDH_g1, IDH_g2 etc. are the groups returned for a single match. If the original poster adds a Debug Sampler after the Regex Extractor, it will be obvious what the variable names are. > > ZK > > -- > View

Re: beanshell get highest value of a regular expression

2011-10-18 Thread ZK
} Arrays.sort(myArray); System.out.println("Minimum = " + myArray[0]); System.out.println("Maximum = " + myArray[myArray.length-1]); /(disclaimer I am a tester not a programmer)/ ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/beanshell-get-highest-value-of-a-reg

Re: beanshell get highest value of a regular expression

2011-10-18 Thread sebb
rent value for the loop >    if (lower > new) { >       new = lower; >    } > } > vars.put("IDH",new); > * > > thanks in advance > > -- > View this message in context: > http://jmeter.512774.n5.n

beanshell get highest value of a regular expression

2011-10-18 Thread dino7777
this message in context: http://jmeter.512774.n5.nabble.com/beanshell-get-highest-value-of-a-regular-expression-tp4913331p4913331.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jme

Re: how to do a regular expression on the following value

2011-10-05 Thread Deepak Shetty
arshc.com> wrote: > > Hi Friends, > > How can I do a regular expression of > E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04 from the following string? > > > input type="hidden" name="tempVar" > value="E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04"&

how to do a regular expression on the following value

2011-10-05 Thread Bhuiyan, Hasan (Hasan)
Hi Friends, How can I do a regular expression of E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04 from the following string? input type="hidden" name="tempVar" value="E69CBD97B38DC09ADD2DD57CA79AC98A.app401p04"> 630) 869-1490 Regards, Hasan This message,

Re: Regular expression extractor

2011-10-04 Thread ZK
.512774.n5.nabble.com/Regular-expression-extractor-tp4867973p4868389.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional comman

Re: Regular expression extractor

2011-10-04 Thread ZK
newaccountid=(\d*)&newpatientid=(\d*)&patientid=(\d*)&accountid=(\d*) ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-extractor-tp4867973p4868138.html Sent from the JMeter - User mailing list archive a

Re: Regular Expression settings is not working for me

2011-09-27 Thread Oliver Lloyd
message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-settings-is-not-working-for-me-tp4841436p4844955.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: Regular Expression settings is not working for me

2011-09-26 Thread Oliver Lloyd
"template:FindBtn" which I'm guessing is not dynamic. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-settings-is-not-working-for-me-tp4841436p4841515.html Sent from the JMeter - User mailing list archiv

Re: Get max or min Value of a Variable or Regular Expression

2011-09-21 Thread dino7777
THX @ALL the problem is solved. All I had to do was to add s* HTTP URL Re-writing Modifier and set its Session Argument to "id"* no regEx needed anymore,...works great now -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-

Re: Get max or min Value of a Variable or Regular Expression

2011-09-21 Thread dino7777
etting the value somehow somewhere. any hint? -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-or-Regular-Expression-tp4818919p4825421.html Sent from the JMeter - User mailing list archive at

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
sends to step 1. > But I need the concrete value of "id" in the second step. > > Tried to record all possible ways to record "id" between step 1 and step 2, > but nothing > > thx > > -- > View this message in context: > http://jmeter.512774.n5.nab

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
thx kingrythm, but I don't get u? could u please read my post from 1:31pm I guess this describes my problem could u please explain no 5 too "correlated the dynamic values..." -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Vari

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
recorded/generated when safing a record. I feel like in a vishous circle. I need to post the ID but have nowhere to read it out. -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-or-Regular-Expression-tp4818919p4822189.html Sent from the

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
give any value for "id". But I need the concrete value of "id" in the second step. Tried to record all possible ways to record "id" between step 1 and step 2, but nothing thx -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
code is always type="hidden" name="id" value="" 2. HTTP GET .../show.htm parameter id Any hint would be great, to solve this problem -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-or-Regula

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
in context: > http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-or-Regular-Expression-tp4818919p4822064.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > -

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread ZK
Do you have success with the RegEx capturing the id(s) ? After you send your 1st request can you use the Regular Expression Extractor to extract the total number of matches found? Like this: RegEx extractor: Reference Name: FirstID Regular Expression: id=(\d+) Template: $1$ Match No: -1 Default

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
-or-Regular-Expression-tp4818919p4822064.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
On 20 September 2011 11:29, dino wrote: > Yes sure I have tried RegEx to captcher URL > > The prob is when I click save (no id need till here) > I get a new URL that contains the ID What do you mean by that? How is the URL communicated to you?

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
this URL contains ID as parameter. So I have to send the ID parameter, but I can't catch it.* -- View this message in context: http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-or-Regular-Expression-tp4818919p4822045.html Sent from the JMeter - User mailing list archi

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread sebb
"save", a > new tuple is created and this is reflected in the URL. > After I create a tuple I get a URL with the id like "http://...htm?id=42";. > > I have tried to catch this id via regular expression extractor with the > regEx > \.*htm\?id=(\d+) > > but I

Re: Get max or min Value of a Variable or Regular Expression

2011-09-20 Thread dino7777
URL. After I create a tuple I get a URL with the id like "http://...htm?id=42";. I have tried to catch this id via regular expression extractor with the regEx \.*htm\?id=(\d+) but I always get the default value set in regex extractor instead of the id ?!! So I try to get the id (that i

Re: Get max or min Value of a Variable or Regular Expression

2011-09-19 Thread Deepak Shetty
> in my regEx. > > *How can I read out the id with the highest (lowest) value.* > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Get-max-or-min-Value-of-a-Variable-or-Regular-Expression-tp4818919p4818919.html > Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread sebb
gt; View this message in context: > http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-behaving-different-from-Results-Tree-RegEx-Tester-tp475p4778471.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > -

Re: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread SanderW
this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-behaving-different-from-Results-Tree-RegEx-Tester-tp475p4778471.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsu

Re: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread sebb
On 7 September 2011 09:48, SanderW wrote: > Hmmm, I finally got it. > > The regular expression /Geboorteplaats.*\n.*(.+?)/ does > the trick. > I needed to add another .* before the newline. > > If anybody have a different way of approach I would gladly hear it Remember t

RE: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread Nermin CALUK
gular expression (because that would result in a default value). Nermin -Original Message- From: SanderW [mailto:san...@performancearchitecten.nl] Sent: 7. septembar 2011 10:40 To: jmeter-user@jakarta.apache.org Subject: Regular Expression Extractor behaving different from Results Tree

Re: Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread SanderW
Hmmm, I finally got it. The regular expression /Geboorteplaats.*\n.*(.+?)/ does the trick. I needed to add another .* before the newline. If anybody have a different way of approach I would gladly hear it -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression

Regular Expression Extractor behaving different from Results Tree RegEx Tester?

2011-09-07 Thread SanderW
Hi All, The regular expression I'm using in the Regular Expression Extractor keeps getting the default value and I don't have a clue why it does that because when I do a search on the same regular expression in the Results Tree listener it comes back with the row I'm looking for.

Regular Expression Extractor behaving different from Results

2011-09-07 Thread SanderW
-- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-behaving-different-from-Results-tp437p437.html Sent from the JMeter - User mailing list archive at Nabble.com. - To

Re: Regular expression Extractor : userid

2011-08-03 Thread Felix Frank
Why's there a trailing slash in the regexp? The response string ends in '">' so '" />' cannot ever match. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jaka

Re: Regular expression Extractor : userid

2011-08-03 Thread Oliver Lloyd
http://rubular.com/ http://rubular.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-Extractor-userid-tp4658356p4662010.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: How to disable Tidy warnings when using the Regular Expression Extractor?

2011-06-29 Thread Gmail
sebb het volgende geschreven: > On 29 June 2011 14:33, Marco Pas wrote: >> Hi there, >> >> recently we upgraded our JMeter versions > > From? To? > >> and we are now facing a >> specific issue. Previously we could extract data from returned HTML >&

Re: How to disable Tidy warnings when using the Regular Expression Extractor?

2011-06-29 Thread sebb
On 29 June 2011 14:33, Marco Pas wrote: > Hi there, > > recently we upgraded our JMeter versions From? To? > and we are now facing a > specific issue. Previously we could extract data from returned HTML > pages using the Regular Expression Extractor what worked fine. But

How to disable Tidy warnings when using the Regular Expression Extractor?

2011-06-29 Thread Marco Pas
Hi there, recently we upgraded our JMeter versions and we are now facing a specific issue. Previously we could extract data from returned HTML pages using the Regular Expression Extractor what worked fine. But now with the new version of JMeter we are getting HTML Assertion errors when we try to

Re: Using Regular Expression to extract the orderid??

2011-06-20 Thread Oliver Lloyd
Are you looking in the response or the request? -- View this message in context: http://jmeter.512774.n5.nabble.com/Using-Regular-Expression-to-extract-the-orderid-tp4506764p4507520.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Need help in regular expression

2011-06-20 Thread Felix Frank
On 06/20/2011 12:16 PM, sandeep bhosale wrote: > Hi all, > > I have tried with using only "([a-z0-9A-Z-]+)". Its exactly matches the > basket reference. But when I put the basketReference = "([a-z0-9A-Z-]+)" its > not matching any value. > > Can anybody suggest what needs to be corrected in above

Re: Re: Re: Need help in regular expression

2011-06-20 Thread rajivkumarnandvani
t;> > >>> > >>> > >>> > I have tried the couple of reg ex. But not successful. >>> > >>> > >>> > >>> > I have tried >>> > >>> > 1.

Re: Re: Need help in regular expression

2011-06-20 Thread sandeep bhosale
ketReference = "c8320481-79a3-46a9-abba-**6541e50ebd9d"; >>> > >>> > >>> > >>> > >>> > >>> > I have tried the couple of reg ex. But not successful. >>> > >>> > >>> > >>&g

Re: Re: Need help in regular expression

2011-06-20 Thread sandeep bhosale
gt; >> > >> > I have tried >> > >> > 1. basketReference="[a-zA-Z0-9\-]***\" >> > >> > 2. \bbasketReference\s=\s\"[a-zA-**Z0-9\-]*\" >> > >> > >&g

Re: Re: Need help in regular expression

2011-06-20 Thread rajivkumarnandvani
" > > > > Please help me in finding the correct regex. > > > > Thanks, > > Sandeep > > > > -- > > View this message in context: http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp4505421p4505421.html > > Sent from the JMet

Re: Need help in regular expression

2011-06-20 Thread sandeep bhosale
1. basketReference="[a-zA-Z0-9\-]***\" >> > > 2. \bbasketReference\s=\s\"[a-zA-**Z0-9\-]*\" >> > > > > Please help me in finding the correct regex. >> > > > > Thanks, >> > > Sandeep >> > > > > -- >

Re: Need help in regular expression

2011-06-20 Thread rajivkumarnandvani
\" Please help me in finding the correct regex. Thanks, Sandeep -- View this message in context: http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp4505421p4505421.html Sent from th

Re: Need help in regular expression

2011-06-20 Thread Milamber
in finding the correct regex. > > Thanks, > Sandeep > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp4505421p4505421.html > Sent from the JMeter - User mailing list archive at Nabble.com. > &

Need help in regular expression

2011-06-20 Thread sbhosale
zA-Z0-9\-]*\" 2. \bbasketReference\s=\s\"[a-zA-Z0-9\-]*\" Please help me in finding the correct regex. Thanks, Sandeep -- View this message in context: http://jmeter.512774.n5.nabble.com/Need-help-in-regular-expression-tp4505421p4505421.html Sent from the JMeter - User mail

Re: Running Regular Expression extractor on the results of JDBC Requests

2011-06-04 Thread sebb
having. > Thanks, Pavel > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Running-Regular-Expression-extractor-on-the-results-of-JDBC-Requests-tp522245p4453545.html > Sent from the JMeter - User mailing li

Re: Running Regular Expression extractor on the results of JDBC Requests

2011-06-04 Thread pavelz
Bumping up a question. Anybody can help with the issue? I am having the same problem myself.. Thanks, Pavel -- View this message in context: http://jmeter.512774.n5.nabble.com/Running-Regular-Expression-extractor-on-the-results-of-JDBC-Requests-tp522245p4453545.html Sent from the JMeter - User

Re: Regular expression extractor using escape character '\'

2011-05-10 Thread zillakilla
ttp://jmeter.512774.n5.nabble.com/Regular-expression-extractor-using-escape-character-tp4382219p4384322.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakart

Re: Regular expression extractor using escape character '\'

2011-05-10 Thread vthakur
Thanks Zilla for your reply! I have tried using modid=(\d*), but no luck for me. Looks like response code is unique one i.e. it is not part of HTML body, so within regular expression, I need to select 'Response field to check' = 'Body(unescaped)' etc. It works for one of my si

Re: Regular expression extractor using escape character '\'

2011-05-09 Thread zillakilla
t'\); //\]\]> however, why not just use?: modid=(\d*) Zilla -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-extractor-using-escape-character-tp4382219p4382286.html Sent from the JMeter -

Re: Regular expression extractor to capture hidden session value.

2011-05-04 Thread apc
:) Good luck! -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-extractor-to-capture-hidden-session-value-tp4370013p4370194.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: Regular expression extractor to capture hidden session value.

2011-05-04 Thread apc
I think Firebug operates parsed and re-generated HTML. You better use Jmeter's View Results Tree Response Data tab and try to debug regexp there. -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-expression-extractor-to-capture-hidden-session-value-tp4370013p43

RE: Urgent Regular expression help

2011-04-15 Thread Ragini Thakur
Thanks All for your response. My issue is resolved with Regular Expression: messages":(\d+). Thanks Rajiv. Regards, Ragini Thakur -Original Message- From: Nermin CALUK [mailto:ner...@atlantbh.com] Sent: Friday, April 15, 2011 1:47 PM To: 'JMeter Users List' Subject: RE:

RE: Urgent Regular expression help

2011-04-15 Thread Nermin CALUK
Using http://www.gskinner.com/RegExr/ can sometimes help catch the regex problems -Original Message- From: Felix Frank [mailto:f...@mpexnet.de] Sent: Friday, April 15, 2011 9:01 AM To: JMeter Users List Subject: Re: Urgent Regular expression help > I have used "Regex Extra

Re: Urgent Regular expression help

2011-04-15 Thread Felix Frank
> I have used "Regex Extractor" to extract message value. My Regex is = > "messages":([0-9]*?), but I am not getting expected value. I am getting > default value set i.e. "-1" Is the equals sign part of your regex? If so, that's a problem. -

Re: Urgent Regular expression help

2011-04-14 Thread Rajiv Nanduani
Regular Expression: messages":(\d+) Template: $1$ Match No: 1 Default Value: failed Debug Sampler View Results Tree Add Debug Sampler and Look in the Debug Sampler results you will find the al

Urgent Regular expression help

2011-04-14 Thread Ragini Thakur
Hi, When the request is sent I get response as below[ JSON response} [{"messages":432234,"message_stats":{"ack":314636,"ack_details":{"rate": 232.12972028330995,"last_event":1302774804792},"deliver":746578,"deliver _details":{"rate":558.466732103636,"last_event":1302774804792},"deliver_ ge

Re: problem with regular expression

2011-04-11 Thread zillakilla
a -- View this message in context: http://jmeter.512774.n5.nabble.com/problem-with-regular-expression-tp4287850p4295474.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-use

Re: problem with regular expression

2011-04-07 Thread zillakilla
Hi, try this: EntityId=([\d]*)[^>]*documentId=([\d]*)[^\[]*(.*?)Doc It get all matches in 3 seperate groups! Zilla -- View this message in context: http://jmeter.512774.n5.nabble.com/problem-with-regular-expression-tp4287850p4287882.html Sent from the JMeter - User mailing list archive

Re: Assert Regular Expression Extractor result

2011-03-23 Thread sebb
gt;>> >>> On Wed, Mar 23, 2011 at 4:56 PM, sebb wrote: >>> >>>> On 23 March 2011 14:54, Andrei Ghimus wrote: >>>> > Hi all. >>>> > >>>> > There's something I don't understand how to do in JMeter. >>>

Re: Assert Regular Expression Extractor result

2011-03-23 Thread sebb
nd this? > > On Wed, Mar 23, 2011 at 5:35 PM, Andrei Ghimus wrote: > >> Thank you, sebb! >> >> On Wed, Mar 23, 2011 at 4:56 PM, sebb wrote: >> >>> On 23 March 2011 14:54, Andrei Ghimus wrote: >>> > Hi all. >>> > >>> > Th

Re: Assert Regular Expression Extractor result

2011-03-23 Thread Andrei Ghimus
54, Andrei Ghimus wrote: >> > Hi all. >> > >> > There's something I don't understand how to do in JMeter. >> > >> > I have a Regular Expression Extractor: >> > >> > Ref name: folderItemsCount >> > Regex: folderItemsCo

Re: Assert Regular Expression Extractor result

2011-03-23 Thread Andrei Ghimus
Thank you, sebb! On Wed, Mar 23, 2011 at 4:56 PM, sebb wrote: > On 23 March 2011 14:54, Andrei Ghimus wrote: > > Hi all. > > > > There's something I don't understand how to do in JMeter. > > > > I have a Regular Expression Extractor: &

Re: Assert Regular Expression Extractor result

2011-03-23 Thread sebb
On 23 March 2011 14:54, Andrei Ghimus wrote: > Hi all. > > There's something I don't understand how to do in JMeter. > > I have a Regular Expression Extractor: > > Ref name: folderItemsCount > Regex: folderItemsCount=(.*) > > Assuming ${folderItemsCount} i

Assert Regular Expression Extractor result

2011-03-23 Thread Andrei Ghimus
Hi all. There's something I don't understand how to do in JMeter. I have a Regular Expression Extractor: Ref name: folderItemsCount Regex: folderItemsCount=(.*) Assuming ${folderItemsCount} is an integer, how can I verify that it is greater than 20 (or any other value), and if not

Re: Regular expression Extractor - Help

2011-03-21 Thread sandeep bhosale
Hi Ragini, Try this respondentid=(\d+) Thanks Sandeep On Mon, Mar 21, 2011 at 10:41 AM, zillakilla wrote: > respondentid = '([a-z0-9]*?)' > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Regular-expression-Extractor-Help-tp4209375p4221859.ht

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: 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 Query

2011-03-12 Thread Rajiv Nanduani
gt; > -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: 10 March 2011 16:08 > To: JMeter Users List > Subject: Re: Regular Expression Extractor Query > > On 10 March 2011 16:02, Jain, Kapil wrote: > > Hi > > > > I have defined Regular Expre

RE: Regular Expression Extractor Query

2011-03-10 Thread Jain, Kapil
Yes I am sure value exists and it's dynamic value and can capture this value for first few user and after that it's failing? -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 10 March 2011 16:08 To: JMeter Users List Subject: Re: Regular Expression Extractor Qu

Re: Regular Expression Extractor Query

2011-03-10 Thread sebb
On 10 March 2011 16:02, Jain, Kapil wrote: > Hi > > I have defined Regular Expression Extractor for my script and it's working > fine when running script for 2-5 user after that it's failing and the reason > is it couldn't find the value for Regular Expression E

Regular Expression Extractor Query

2011-03-10 Thread Jain, Kapil
Hi I have defined Regular Expression Extractor for my script and it's working fine when running script for 2-5 user after that it's failing and the reason is it couldn't find the value for Regular Expression Extractor. Any suggestion on this please? Thanks KJ Think green -

Re: Extracting single expression within brackets with Regular Expression

2011-03-04 Thread rkedari
ckets-with-Regular-Expression-tp3409085p3409697.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jme

Re: Need help in regular expression

2011-02-22 Thread Rajiv Nanduani
try this ,"JobID":"833", ,"JobID":"(\d+)", "tId":"733"} "tId":"(\d+)"} On Mon, Feb 21, 2011 at 2:39 PM, wrote: > Hi All, > > Need help in regex PF my queries - > 1>How to extract jodid and tId from below meta datather send request. > 2 how to send/reuse same parameters in other requests >

Need help in regular expression

2011-02-21 Thread chandrasekhar.gora
Hi All, Need help in regex PF my queries - 1>How to extract jodid and tId from below meta datather send request. 2 how to send/reuse same parameters in other requests "processName":"First Release","JobID":"833","jobId":"\/a>","queueName":"PRE-IDX-QUEUE","tId": "733"},{"acquire":" \/a>","hiddenJ

Re: Need help in regular expression

2011-02-19 Thread Rajiv Nanduani
7 PM, sbhosale > wrote: > > > >> > >> Hi all, > >> > >> I want to extract C100134 value in below string > >> > >> > >> Can anybody help in writing the regular expression. > >> I have tried with below options >

Re: Need help in regular expression

2011-02-18 Thread sebb
, Feb 18, 2011 at 7:27 PM, sbhosale wrote: > >> >> Hi all, >> >> I want to extract C100134 value in below string >>     >> >> Can anybody help in writing the regular expression. >> I have tried with below options >> 1. caseDetails(.\w+) >

Re: Need help in regular expression

2011-02-18 Thread Rajiv Nanduani
Try this caseDetails([a-z,A-Z]\d+)" class= On Fri, Feb 18, 2011 at 7:27 PM, sbhosale wrote: > > Hi all, > > I want to extract C100134 value in below string > > > Can anybody help in writing the regular expression. > I have tried with below options > 1. ca

RE: Need help in regular expression

2011-02-18 Thread Dinesh
day, February 18, 2011 7:28 PM To: jmeter-user@jakarta.apache.org Subject: Need help in regular expression Hi all, I want to extract C100134 value in below string Can anybody help in writing the regular expression. I have tried with below options 1. caseDetails(.\w+) 2. caseDetails=(.\w+)

RE: Need help in regular expression

2011-02-18 Thread jeanlouis.pasturel
And choose the correct group Cordialement / Best regards Jean-Louis Pasturel -Message d'origine- De : Evandro Grezeli [mailto:grezeli.evan...@gmail.com] Envoyé : vendredi 18 février 2011 15:05 À : JMeter Users List Cc : sbhosale Objet : Re: Need help in regular expression Try

Re: Need help in regular expression

2011-02-18 Thread Evandro Grezeli
Try this: caseDetails([^"]+) Cheers On Fri, Feb 18, 2011 at 11:57 AM, sbhosale wrote: > > Hi all, > > I want to extract C100134 value in below string > > > Can anybody help in writing the regular expression. > I have tried with below options > 1. caseDet

Need help in regular expression

2011-02-18 Thread sbhosale
Hi all, I want to extract C100134 value in below string Can anybody help in writing the regular expression. I have tried with below options 1. caseDetails(.\w+) 2. caseDetails=(.\w+) But unfortunately its not working. Please guide me in writing the correct reg ex. Thanks Sandeep

Re: Regular expression

2011-01-28 Thread Deepak Shetty
whoops and you should probably modify your regex so that it only picks up the options from that select. regards deepak On Fri, Jan 28, 2011 at 9:45 AM, Jain, Kapil wrote: > I want to capture only 2013. You have not mentioned value in you regular > expression is that still corr

  1   2   3   4   5   6   7   8   9   >