Re: question about use Constant timer with authentification via form: The time allowed for the login process has been exceeded.

2007-10-08 Thread gianni_leuani
GUERARD Elisabeth wrote: > > Dear all, > > A question: > > Here an web application must be tested by using JMETER, this web > application uses the authentification by form, it means > > Called a page /MyProject/j_security_check > > and send the following parameters with the request >

Re: HttpClient encoding parameters when not wanted

2007-10-08 Thread sebb
OK, in that case I think there is a work-round. If you use parameters with values but *no names*, then HttpClient (and Java http) will include the values in the POST body as is with no encoding or equals signs. (This does not appear to be documented anywhere ... oops!) You can test this by using

Re: HttpClient encoding parameters when not wanted

2007-10-08 Thread John Dempsey
Version 2.3RC4 Using HTTP method POST so sent as part of the body. Java version 1.5 update 6. We have run a test since I sent the original email and the java parameter for defaultReadTimeout seems to have worked fine. But it would be nice to get the httpclient working correctly for the test as it

Re: HttpClient encoding parameters when not wanted

2007-10-08 Thread sebb
Which version of JMeter? Which HTTP method are you using? GET or PUT ? GET works fine for me with both samplers. Are you expecting the parameter to be sent as part of the URL or as part of the body? On 08/10/2007, John Dempsey <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I am currently reading in

Re: Storing and Comparing Results

2007-10-08 Thread sebb
On 08/10/2007, Ronan Klyne <[EMAIL PROTECTED]> wrote: > Modha Khammammettu wrote: > > Hi All > > > > I would like to compare performance between two build of my system. > > > > > > I can run Jmeter test per build and store results in a CSV file. The > > only way I can think of is to manually load t

Re: Statistical Aggregate Report

2007-10-08 Thread sebb
That's not a standard JMeter report; you'll need to ask the author about it. On 08/10/2007, Modha Khammammettu <[EMAIL PROTECTED]> wrote: > Hi All > > I tried Statistical Aggregate Report for Jmeter that I found at > http://rubenlaguna.com/wp/better-jmeter-graphs/ . However I did not find > a way

Re: Storing and Comparing Results

2007-10-08 Thread Ronan Klyne
Modha Khammammettu wrote: > Hi All > > I would like to compare performance between two build of my system. > > > I can run Jmeter test per build and store results in a CSV file. The > only way I can think of is to manually load these files one at a time > into Summary / Aggregate Report and see

Storing and Comparing Results

2007-10-08 Thread Modha Khammammettu
Hi All I would like to compare performance between two build of my system. I can run Jmeter test per build and store results in a CSV file. The only way I can think of is to manually load these files one at a time into Summary / Aggregate Report and see differences. Is there a better way? What

Statistical Aggregate Report

2007-10-08 Thread Modha Khammammettu
Hi All I tried Statistical Aggregate Report for Jmeter that I found at http://rubenlaguna.com/wp/better-jmeter-graphs/ . However I did not find a way for it to read from a file ( the one I saved using Simple Data Writer, csv format). Is there a way to make Statistical Aggregate Report read from

HttpClient encoding parameters when not wanted

2007-10-08 Thread John Dempsey
Hi Guys, I am currently reading in values from a data file and using one of the values as a parameter name in a httpclient sampler. The parameter is to be sent with no value and no equals sign. Also there should be no encoding. When sending this parameter with the Httpclient all instances of the