Re: REGEX grouping issue

2010-12-01 Thread Michele Mase'
would however need to generate a random number to select a value from this b. You can also use a regex to extract out the select you are interested in and another regex to extract out the option values regards deepak On Tue, Nov 30, 2010 at 6:59 AM, Michele Mase' michele.m...@gmail.comwrote

Re: REGEX grouping issue

2010-11-30 Thread Michele Mase'
) Milamber Le 29/11/2010 23:00, Michele Mase' a ecrit : I use a regular expression extractor to capture all the values between the in the option value field (all of them are numbers, in this case between 1 and 20) Text to manipulate: name=VB_idCpreloption selected value=0/optionoption

REGEX grouping issue

2010-11-29 Thread Michele Mase'
I use a regular expression extractor to capture all the values between the in the option value field (all of them are numbers, in this case between 1 and 20) Text to manipulate: name=VB_idCpreloption selected value=0/optionoption value=1C. LUPPA 5/optionoption value=2C.LONGI M.RE 1/optionoption

Non test element http proxy server saved in jmx file

2010-10-29 Thread Michele Mase'
It it possible to save the http proxy server configuration in the test file (.jmx), in order to avoid adding it every time you re-open for editing the test itself? I record the test plan with the http proxy; i save the test plan and i close it. When I open the test plan again, the http proxy

Re: regular expression extractor long page

2010-10-27 Thread Michele Mase'
upload that HTML anywhere and send us a link? regards deepak On Tue, Oct 26, 2010 at 12:22 PM, Michele Mase' michele.m...@gmail.comwrote: a) yes In order to avoid other steps, i wrote the exact response in a html page, hit it with an http request (get page.html) post process

Re: regular expression extractor long page

2010-10-27 Thread Michele Mase'
/27/2010 09:22 AM, Michele Mase' wrote: Thanx a lot! The trick was: Remeber to group the regex into variable using the parethesis span class=\x6\([0-9]{1,6})/span did the work! - To unsubscribe, e-mail: jmeter-user

regular expression extractor long page

2010-10-26 Thread Michele Mase'
Hi folks, hi've a webapp that generates a very long html+jscript page (more than 60k) I want to capture the numerical value 1819 .a lot of definitions . /span/tdtd class=x1l x4xspan class=x4Primo invito/span/tdtd class=x1n x4xspan class=x61819/span/tdtd class=x1n x4x.a lot of

Re: regular expression extractor long page

2010-10-26 Thread Michele Mase'
Sampler? On 10/26/2010 04:04 PM, Michele Mase' wrote: span class=\x6\[0-9]{1,6}/span - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: regular expression extractor long page

2010-10-26 Thread Michele Mase'
regex should work. regards deepak On Tue, Oct 26, 2010 at 8:03 AM, Michele Mase' michele.m...@gmail.comwrote: Even span class\x6\1819/span that is the exact value returns dummy On Tue, Oct 26, 2010 at 4:31 PM, Felix Frank f...@mpexnet.de wrote: http://jakarta.apache.org/oro/demo.html says

Re: regular expression extractor long page

2010-10-26 Thread Michele Mase'
at 2:21 PM, Michele Mase' michele.m...@gmail.com wrote: The string is span class=x61819/span so the walue is 1819 On Tue, Oct 26, 2010 at 9:39 PM, Deepak Shetty shet...@gmail.com wrote: can you upload that HTML anywhere and send us a link? regards deepak On Tue, Oct 26, 2010 at 12:22

http proxy server url patterns to include

2010-10-25 Thread Michele Mase'
I'm recording a load test; i want to record only all the .do parts of the full url, withj and without the quey string for example, i need to record: http://www.example.com:8080/myapp/initialize.do?tcpscreening=Cl but also this one http://www.example.com:8080/myapp/login2.do According to the docs,

Re: ldap password with variables

2008-06-24 Thread Michele Mase'
is altgr-shift-* From the ui, jmeter puts me the wrong symbol, it seems not recognize the altgr key Michele On Mon, Jun 23, 2008 at 12:41 PM, sebb [EMAIL PROTECTED] wrote: On 23/06/2008, Michele Mase' [EMAIL PROTECTED] wrote: Thanx for the suggestion, my trouble was: typing directly in the form

Re: ldap password with variables

2008-06-23 Thread Michele Mase'
, 2008 at 4:23 PM, sebb [EMAIL PROTECTED] wrote: On 19/06/2008, Michele Mase' [EMAIL PROTECTED] wrote: I'm trying to test a ldap connection through jmeter's ldap request and extended ldap req. I've a csv comma delimited lists of users and their password. How could I use the ldap req. using

ldap password with variables

2008-06-19 Thread Michele Mase'
I'm trying to test a ldap connection through jmeter's ldap request and extended ldap req. I've a csv comma delimited lists of users and their password. How could I use the ldap req. using the users list with variables (like ${USER} and ${PASS}) without writing the password for each different user?