If Controller

2004-04-16 Thread Shelli D. Orton
Hi, I'm brand new to JMeter and am setting up a functional test plan. I have an HTTP Request set up with a response assertion looking for a successful status code. I would like to put some logic into my plan so that if the status code is not successful, the next HTTP Request is not executed. See

Re: JMeter Architecture

2004-04-16 Thread peter lin
It's the responsibility of the GUI to modify and create the test element. The test element is the sampler. basically, the GUI is responsible for populating the sampler's required attributes. The sampler performs the actual request. does that answer your question? or are you interested in how

RE: HTTP Status Code 500?

2004-04-16 Thread Lee Peterson
Ryo, That must be correct behavior. W3C says : http://www.w3.org/Protocols/HTTP/HTRESP.html '500' means 'Internal Error'. Unless the JMeter designers intended to give you complete latitute to interpret response codes (and I don't think they do) , this must be the intended behavior. Lee Pet

Re: Saving Response Data Only If Assertion Fails

2004-04-16 Thread Michael Stover
Every sampler has a checkbox for you to indicate you only want errors to be recorded. -Mike On Fri, 2004-04-16 at 05:08, David Miller wrote: > Hello > > Is there a way to save the response data of a test only for those values > where the Assertion Tests failed? > > I know I can retrieve all

Re: JMeter Architecture

2004-04-16 Thread lalit sahoo
Hi!Peter Thanks for the response.I am little bit confused while i was going through the code related to generation of test element after entering the values in related gui. = Lalit sahoo __ Do you Yahoo!? Yahoo! Tax Center - File o

Re: JMeter Architecture

2004-04-16 Thread peter lin
that depends on what kind of information you're looking for. If you're talking about deep knowledge of the jmeter engine and how it manages the threads, the best way is to read the code. We don't have any high level class diagrams and design docs. A couple of us have been thinking about crea

RE: Listeners -- how do you use them?

2004-04-16 Thread Sonam Chauhan
Hi Joe - I do a similar thing here -- using Perl as the engine to drive JMeter from the command line. As far as the test structure is concerned, I typically have 3 thread groups per test in this structure: 1. Normal Thread Group Test XX 2. Surge Thread Group Java Sampler - Slee

Saving Response Data Only If Assertion Fails

2004-04-16 Thread David Miller
Hello Is there a way to save the response data of a test only for those values where the Assertion Tests failed? I know I can retrieve all the response data by setting : jmeter.save.saveservice.response_data=true in the jmeter.properties file, but saving all the response data for my tests woul

problems with LF in test documents

2004-04-16 Thread Sonam Chauhan
Hello - I'd appreciate inputs on a problem using the HTTP request sampler with line feed (LF) characters. Background = I need to HTTP POST a plain text EDI document with Line Feed (\n) characters as line terminators. The document must to be posted with these terminators in order f