Re: Survey

2005-11-01 Thread Rinke Heida
I would like to ask the users of JMeter if anyone uses JMeter to run automated tests. If you do, how do you structure your directories and files? Would do people imagine using a reporting tool? If you do use jmeter for automated tests, can take a minute to answer these questions. 1. how often d

Destructive Testing with JMeter

2005-11-01 Thread Philip Nortey
Hi All, Is there a way to get JMeter to send HTTP requests as quickly as possible without waiting for the server to respond? It appears JMeter waits for a response irrespective of whether a response assertion is configured. I'm not using any throughput timers either. Any help will be much a

Re: Destructive Testing with JMeter

2005-11-01 Thread Michael Stover
The only way to send a second request while the first is still waiting would be to start up a new thread (asynchronous IO not being feasible for most things). You, the user, are in charge of how many threads JMeter uses to send requests. I hope this answers your question. Mike On Tue, 2005-11-0

Re: Strange Authorization problem

2005-11-01 Thread m mat
Hi Sebb, Does it look to you like a bug? Should I report it in bugzilla? Has any body else experienced this problem? Matt m mat <[EMAIL PROTECTED]> wrote: Changing the server variable name in different thread group seems to have fixed the problem. Looks like some concurrency problem in JM

How to capture a value using regular expression extrators

2005-11-01 Thread Rolando Sanchez Villalobos
Hi All, Is there a way to get in JMeter the value of a variable, I stay using Regular Expresion Extractor, but the value is an ID autogenerate and autoincremental, so how I can construct my regular expression to extract the value of the ID, also the system uses struts Any help will be much appre

Re: Strange Authorization problem

2005-11-01 Thread sebb
It does look like a bug to me. Yes, please report it in Bugzilla, and if you have a simple test-case please attach that (create the bug first, then you can add attachments). S. On 01/11/05, m mat <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > Does it look to you like a bug? Should I report it in bugzi

Re: How to capture a value using regular expression extrators

2005-11-01 Thread sebb
On 01/11/05, Rolando Sanchez Villalobos <[EMAIL PROTECTED]> wrote: > > Hi All, > > Is there a way to get in JMeter the value of a variable, I stay using > Regular Expresion Extractor, but the value is an ID autogenerate and > autoincremental, so how I can construct my regular expression to extract

RE: How to capture a value using regular expression extrators

2005-11-01 Thread Rolando Sánchez Villalobos
Thnxs sebb, I try a lot of forms, but at least i found one that work fine it is in the value of the regular expression id= "([^"]*)" So that expression catch the number of the idea and, through out the rest of the html code That kind of regular expression would be great to be put on a page in t

Problems with accent (é and è)

2005-11-01 Thread Pirson , Frédéric
Hello all, I have a problem with the accent in jmeter. When I record my step on the web application, every accent (é, è, à, ...) is replaced by a rectangle. I have tried to replace by hand the accent, but when I execute the jmeter script I have errors due to the accent Can somebody he