Re: How to extract and send multiple dynamic checkbox parameters??

2009-02-13 Thread sebb
That's not going to be easy. Is the number of items limited, or can it vary wildly? If it could only be (say) 3, 5 and 9, then it might be easier to treat each case as a separate sample and code the test using the Switch Controller. Otherwise, I think it can only be done by writing code to do it

Re: Far future Expires header and HTTP Cache Manager

2009-02-13 Thread sebb
On 13/02/2009, Chris Copeland wrote: > On Fri, Feb 13, 2009 at 9:40 AM, sebb wrote: > > The Expires date should not be more than 1 year in the future: > > http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21 > > > > [The example on the askapache web-site has a date of "15 Apr 2010"

Re: Setting the max retry count when using "HTTP Request HTTPClient" Sampler?

2009-02-13 Thread sebb
On 13/02/2009, Will McQueen wrote: > > Hi Sebb, > > >>> Try it and see? > Nope, didn't work... > > I'm looking at HttpClient's prefs page: > > http://hc.apache.org/httpclient-3.x/preference-api.html > > ...and I see other prefs (besides http.method.retry-handler) which take a > value th

Re: Far future Expires header and HTTP Cache Manager

2009-02-13 Thread Chris Copeland
On Fri, Feb 13, 2009 at 9:40 AM, sebb wrote: > The Expires date should not be more than 1 year in the future: > http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21 > > [The example on the askapache web-site has a date of "15 Apr 2010" > which is currently more than a year hence.] I di

Re: Far future Expires header and HTTP Cache Manager

2009-02-13 Thread sebb
On 12/02/2009, Chris Copeland wrote: > Hello, > > I use a far future Expires header for static content in my web > application (technique described at > http://www.askapache.com/htaccess/apache-speed-expires.html). As it says, that site is not supported or endorsed by the ASF. The Expires dat

RE: HTTP GET with parameters

2009-02-13 Thread stevens_sander
Ah! That is the trick! thanks for the extra info.> Date: Fri, 13 Feb 2009 13:47:39 +> Subject: Re: HTTP GET with parameters> From: seb...@gmail.com> To: jmeter-user@jakarta.apache.org> > On 13/02/2009, stevens_san...@hotmail.com wrote:> >> > sebb,> >> > well, I tried the full url (witho

Re: Resetting a "Counter" Preprocessor

2009-02-13 Thread sebb
On 12/02/2009, Noel O'Brien wrote: > Hi All, > > Is it possible to reset a counter preprocessor? I've been pulling my hair out > about it all morning. > > I've got a For Each controller which contain a Simple controller and a Loop > controller respectively. The loop controller contains a Count

Re: HTTP GET with parameters

2009-02-13 Thread sebb
On 13/02/2009, stevens_san...@hotmail.com wrote: > > sebb, > > well, I tried the full url (without the parameters), but it doesn't work in > my situation. > I have jmeter 2.3.2 r665936 Parameters are ignored for a GET; you need to include them in the URL, i.e. it must be the *full* URL. This

RE: HTTP GET with parameters

2009-02-13 Thread stevens_sander
sebb, well, I tried the full url (without the parameters), but it doesn't work in my situation. I have jmeter 2.3.2 r665936 Sander> Date: Fri, 13 Feb 2009 12:30:35 +> Subject: Re: HTTP GET with parameters> From: seb...@gmail.com> To: jmeter-user@jakarta.apache.org> > On 13/02/2009, stev

Re: HTTP GET with parameters

2009-02-13 Thread sebb
On 13/02/2009, stevens_san...@hotmail.com wrote: > > Never mind! > My settings were wrong. I added the complete url in the Path entry field. This does work - in JMeter 2.3.2 one can put the full URL (this must start with http:// or https://) in the Path field, or one can use the individual fiel

RE: HTTP GET with parameters

2009-02-13 Thread stevens_sander
Never mind! My settings were wrong. I added the complete url in the Path entry field. Nicely putting server, port and path in the correct fields will do the trick. Sander> From: stevens_san...@hotmail.com> To: jmeter-user@jakarta.apache.org> Subject: HTTP GET with parameters> Date: Fri, 13 Feb

HTTP GET with parameters

2009-02-13 Thread stevens_sander
Hi, I am trying to do an HTTP request - GET with three parameters: version, operation and query. Running this request will show me in the result tree: GET http://edu.xyz.org:80/smo/sru [no cookies] Request Headers:Connection: keep-alive It looks like I lost the parameters. The response is a d

Re: Jmeter non GUI doubt

2009-02-13 Thread sebb
On 13/02/2009, anishdominic wrote: > > Hi, > > I am new to Jmeter. I Followed one confluence link > > "http://confluence.atlassian.com/display/CONF28/Performance+Testing+Scripts#PerformanceTestingScripts-Introduction"; > for setting up my application. Why are you using that article - are yo

Re: Matching an entire response using the regex post-processor

2009-02-13 Thread sebb
On 13/02/2009, George Barnett wrote: > On 12/02/2009, at 10:16 PM, sebb wrote: > > > > Use the Save Response to a File test element, and then upload the file. > > > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file > > > > You will need to see what f

Jmeter non GUI doubt

2009-02-13 Thread anishdominic
Hi, I am new to Jmeter. I Followed one confluence link "http://confluence.atlassian.com/display/CONF28/Performance+Testing+Scripts#PerformanceTestingScripts-Introduction"; for setting up my application. Setup script output is coming properly but setUpUsersResults.xml is not created. What is th