Re: Regular Expression settings is not working for me

2011-09-27 Thread Oliver Lloyd
Honestly, I don't really understand what you are saying. Can you try to rephrase? Also, JMeter doesn't 'click' anything, it works at the HTTP level. I really don't think you will get far trying to correlate the name of a button. - http://www.http503.com/ -- View this message in context:

Re: Problem: Get data from response in jmeter

2011-09-27 Thread ZK
Hi, using the regEx you provided would return: http:\/\/*new.qcserver.dirox.net*\/MP\/trunk\/publication\/GC\/?vid=4e818ebe7327b579503789pid=154da51a07e7602idte=0 *AND NOT* /(as you stated)/:

RE: JMeter not sending values

2011-09-27 Thread mkt
Here is a log file, I cleaned it out then started JMeter and ran the test. If I look at the HTTP Sampler for the registration step it has 70 parameters, however when I run the test and look at the Results Tree report request it only has 18 parameters, and the course value is empty. And this

Sample Number

2011-09-27 Thread Bruce Wobbe
Hi All, is there a way to get the sample number produced in the jtl? I've tried property name=jmeter.save.saveservice.sample_count value=true/ but this value is 1 for each sample. I want to be able to look at the jtl and and a particular item to see it line up with the html that is

Re: Load Testing of GWT Application

2011-09-27 Thread Bruce Ide
I set my tests up by using the http proxy controller to record the traffic between the client (Firefox) and the server. Setting this up is documented here: http://www.jajakarta.org/jmeter/1.7/en/user_manual/proxy_server.html So lets say I want to test the login process. I'd set my recording

Re: Sample Number

2011-09-27 Thread sebb
On 27 September 2011 19:04, Bruce Wobbe br...@thewobbes.com wrote: Hi All, is there a way to get the sample number produced in the jtl? I've tried            property name=jmeter.save.saveservice.sample_count That's the number of samples in the result; could be 1 for parent sampler.

Jmeter novice asking help to avoid error 501 during recording using http proxy server

2011-09-27 Thread forfano
Lads, I am wondering if someone could give me a practical help on how could I avoid the 501 error (Method not implemented) during the recording which I am doing using HTTP proxy server. I can explain the issue: During recording the browser submits the following : GET

Re: Sample Number

2011-09-27 Thread Bruce Wobbe
Thanks for the info On Tue, Sep 27, 2011 at 11:51 AM, sebb seb...@gmail.com wrote: On 27 September 2011 19:04, Bruce Wobbe br...@thewobbes.com wrote: Hi All, is there a way to get the sample number produced in the jtl? I've tried property

RE: Jmeter novice asking help to avoid error 501 during recording using http proxy server

2011-09-27 Thread Nermin CALUK
Just to make sure we're on the same page, are you trying to convert a string to URL (escape) http://www.javascripter.net/faq/escape.htm If that is the case, you can probably do it with a pre-processor and then send a request that does not contain special characters in URL Nermin -Original

Re: Jmeter novice asking help to avoid error 501 during recording using http proxy server

2011-09-27 Thread Deepak Shetty
hi if you had these as parameters (In send parameters with request) - and you checked encode - that should work too. regards deepak On Tue, Sep 27, 2011 at 12:59 PM, Nermin CALUK ner...@atlantbh.com wrote: Just to make sure we're on the same page, are you trying to convert a string to URL

Re: Jmeter novice asking help to avoid error 501 during recording using http proxy server

2011-09-27 Thread sebb
On 27 September 2011 20:05, forfano forf...@hotmail.com wrote: Lads, I am wondering if someone could give me a practical help on how could I avoid the 501 error (Method not implemented) during the recording which I am doing using HTTP proxy server. I can explain the issue: During recording

RE: Jmeter novice asking help to avoid error 501 during recording using http proxy server

2011-09-27 Thread Nermin CALUK
This is the easiest away Also check if ${__javaScript(encodeURI('${VAR1}'))} works for you Nermin -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: 27. septembar 2011 23:14 To: JMeter Users List Subject: Re: Jmeter novice asking help to avoid error 501 during