Varying test values

2002-12-10 Thread Jonathan Carlson
I found the "User Parameters" and the Counter Config Elements and they are pretty cool. I'd like to use something similar to the Counter that returns the next of any number of string values. (To help vary the data that is passed to the HTTP requests.) Is there any way to make a function th

Re: Configuration problem or bug?

2002-12-10 Thread Kurt Ward
Jordi, Thanks! That fixed the problem. Kurt - Original Message - From: "Jordi Salvat i Alabart" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 10, 2002 5:02 AM Subject: Re: Configuration problem or bug? > Make sure you're using the latest CVS ve

Re: How to Use Counter

2002-12-10 Thread Byron Foster
I've recently had the same problem and after some investigation I believe the Counter Config is broken, or at least does not work the way we think. The counter will increment with every new thread (in non-peruser mode), but it will not increment with every loop. What will probably work in your c

Re: Grouping HTTP Request

2002-12-10 Thread Arnaud Bailly
Mike Stover wrote: There isn't any very good way to do this. One thing you can do is place these requests under a Simple Controller, and then add a visualizer to this controller. This visualizer will only log results from these requests. It's not exactly what you want, but it might give you

How to Use Counter

2002-12-10 Thread Kenny Smith
Hello all, I know this is a simple question, but I'm having trouble getting the Counter to work. I want to send x number of requests to fetch x number of files that have increasing numbers in the filenames. I've added a counter to my thread group with a reference name of myCounter and I've set t

Re: JMetter Sample Listener creation?

2002-12-10 Thread Mike Stover
Well, it should get added into the menu automatically. There is a method "getStaticLabel()" which needs to deliver the String that will be used in the menu. How it happens is by magic :-) The current documentation that is there for developers is very out-of-date. I tried a long time ago to

Re: HTTP Header Manager

2002-12-10 Thread Mike Stover
A better way to do it is to use user-defined variables. By doing this, you can use the same variable name in HTTP Requests, HTTP Header Manager - just about everywhere. Also, if you define your user-defined variables before recording using the proxy, JMeter will substitute the values for yo

Re: Grouping HTTP Request

2002-12-10 Thread Mike Stover
There isn't any very good way to do this. One thing you can do is place these requests under a Simple Controller, and then add a visualizer to this controller. This visualizer will only log results from these requests. It's not exactly what you want, but it might give you some of what you'

Grouping HTTP Request

2002-12-10 Thread Arnaud Bailly
Hi, I'm using JMeter 1.8 and I would like to have sampling result of several HTTP Requests grouped together to give an overall time for a full page, including its components. I didn't find the way to do this in the doc ? Anybody got an answer ? Thanks a lot Arnaud Bailly -- To unsubscribe, e

Re: Auto-Recording

2002-12-10 Thread Reinhard Spisser
Which version do you use? In Version 1.8, you can use the HTTP Proxy element. It is available in the Workbench as a Non-test element. Reinhard Il mar, 2002-12-10 alle 15:58, Jonathan Carlson ha scritto: > When I played with JMeter last year I thought I remembered there being an HTTP >auto-record

Auto-Recording

2002-12-10 Thread Jonathan Carlson
When I played with JMeter last year I thought I remembered there being an HTTP auto-record feature that would allow you to click through a web app while JMeter records your clicks. I'm not seeing this in the documentation now, so maybe my memory fuzzed up over the course of the year. Is that

HTTP Header Manager

2002-12-10 Thread Eugene Grant
Hi, I have Version 1.8 of JMeter. I have recorded a scenario against a test server. I now want to run that recording against a production server. However the referer attribute in the "Browser-derived headers" node still refers to the test server. I am using a "HTTP Request Defaults" node which I

Visualisation of logged data.

2002-12-10 Thread Eugene Grant
Hi, I have Version 1.8 of JMeter. I have configured and executed a stress test in non-gui mode. I now have a data file containing the recorded results. My question is: How can I load this data back into the Jmeter GUI so that I can view the graph and the assertion results? I have read the manua

Re: Configuration problem or bug?

2002-12-10 Thread Jordi Salvat i Alabart
Make sure you're using the latest CVS version or recent nightly build. There was a bug in the XML/RPC Sampler that was fixed just a few weeks ago. Salut, Jordi. Kurt Ward wrote: Hello, I am new to JMeter and would like to use it to test an XML-RPC service. I set up the test with a SOAP/XML-RP

Re: HTTP Redirect Question 2

2002-12-10 Thread Jordi Salvat i Alabart
Can you please file this issues in the bug database? I'm sure I'll find time to work on them eventually, because I've hit roughly the same problems and I'd love to have a clean solution. Salut, Jordi. Jonathan Carlson wrote: Also, the original URL also gets lost in the Assertion Results Listen