Re: setProperty function

2007-08-07 Thread David Bronner
I've used setProperty for exactly this purpose in the past. In general, when I want to call functions outside the context of a specific request, I add a new Java Request sampler, set Sleep_Time to 0 and put my function into any of the fields. This is annoying since the Java Request shows up in

Re: Estimate time for adding SSL / HTTPS support

2007-03-09 Thread David Bronner
Hi Charles, One of my co-workers submitted a patch to allow users to 'spoof' HTTPS functionality by translating all http traffic from the browser into https between the proxy and the backend server. However, this feature disappeared in some nightly release since JMeter 2.2 I'd start by

Re: Estimate time for adding SSL / HTTPS support

2007-03-09 Thread David Bronner
Never mind. Looking at the latest builds, the spoofing is back. -Dave On 3/9/07, David Bronner [EMAIL PROTECTED] wrote: Hi Charles, One of my co-workers submitted a patch to allow users to 'spoof' HTTPS functionality by translating all http traffic from the browser into https between

Re: How to pass User Defined Varible value between ThreadGroups

2007-02-20 Thread David Bronner
I was able to create this behavior using the JMeter property functions (__setProperty). JMeter properties are global, so they can be set by one thread group and used by another. There are likely concurrency issues, but if you can guarantee that the threads won't try to get/set the value at the

Re: Redirects and regular expression extractors

2006-09-21 Thread David Bronner
JMX, plus the corresponding jmeter.log S. On 15/09/06, David Bronner [EMAIL PROTECTED] wrote: Hi everyone, In JMeter 2.1.1, I used RE extractors to parse some redirect information for later use. In JMeter 2.2, it seems that my postprocessors aren't getting executed when a sampler gets a 302

Re: Redirects and regular expression extractors

2006-09-21 Thread David Bronner
Sorry it has taken so long to get to the bottom of this. I'm impressed by the turnaround time. Thanks for the quick response! -Dave

Redirects and regular expression extractors

2006-09-15 Thread David Bronner
Hi everyone, In JMeter 2.1.1, I used RE extractors to parse some redirect information for later use. In JMeter 2.2, it seems that my postprocessors aren't getting executed when a sampler gets a 302 and Follow Redirects is not selected. Is this correct? Is there a way to get the old behavior

Module controller and non-GUI mode

2006-05-30 Thread David Bronner
I'm trying to use the Module Controller to clean up my test scripts and I followed the advice here: http://www.jiffle.net/node/81http://www.google.com/url?sa=Dq=http%3A%2F%2Fwww.jiffle.net%2Fnode%2F81 to create a function library. It works in GUI mode (and saves correctly), but it just skips

Once Only Controller under Thread Group

2006-05-24 Thread David Bronner
Hi everyone, I'm trying to use a Once Only controller to setup some variables for my test run. In the docs, it says, Note this means the Once Only Controller will still behave as previously expected if put under a Thread Group (runs only once per test), but now the user has more flexibility in

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-21 Thread David Bronner
? Please reply me its urgent. Thanks in Advanced Tapaswini -Original Message- From: David Bronner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 10:05 PM To: JMeter Users List Subject: Re: Where to declare the java script with the help of function and how to call

Re: Where to declare the java script with the help of function and how to call this function in JMeter

2006-04-20 Thread David Bronner
AFAIK, you can use javascript in almost any field with the syntax ${__javaScript()}However, I have basically the same question...where are we supposed to do assignments to variables with values generated by javascript? I've been inserting dummy regex parsers and assigning the javascript

Out of memory errors with no delimiter in CSV data set config

2006-02-10 Thread David Bronner
Hi all, Maybe this is a known bug, but I couldn't find any mention of it...if you ommit a delimiter in the CSV data set config element, it seems that JMeter starts using enormous amounts of memory (2G for 5 threads, 1 aggregate listener, and one HTTP sampler). I don't know why this is the case,

JMeter build documentation

2006-01-12 Thread David Bronner
Hi all, I'm sure this has been discussed to death here, but if I wasted my time figuring it out, I'm sure others have too: If JMeter is not going to include all of its apache dependencies in the source distribution, then the documentation should be VERY explicit about what other libraries you