Re: Using a cookie value

2006-04-28 Thread sebb
Cookies are stored as variables, so you could try http://x.com/x/y/submit;jsessionid=${jsessionid} Or perhaps the URL Rewriting Modifier Pre-Processor will do what you want. S. On 28/04/06, Mark McWhinney <[EMAIL PROTECTED]> wrote: Hi, This is probably blindingly obvious, but ... I have a w

Using a cookie value

2006-04-28 Thread Mark McWhinney
Hi, This is probably blindingly obvious, but ... I have a web application that sets and uses the jsessionid cookie. However, there is a POST where the cookie is in the URL e.g. http://x.com/x/y/submit;jsessionid=12345678 How do I replace the "12345678" value with the current cookie value? M

Re: Test Iteration

2006-04-28 Thread sebb
On 28/04/06, Massimo Forno <[EMAIL PROTECTED]> wrote: Hi, I'd like to have some suggestions for the following scenario: I need to record a web interaction using JMeter (no problem to do that) for a web application trying to insert a new person into the web application and setting some values

Test Iteration

2006-04-28 Thread Massimo Forno
Hi, I'd like to have some suggestions for the following scenario: I need to record a web interaction using JMeter (no problem to do that) for a web application trying to insert a new person into the web application and setting some values for it. The problem arises in case I need to repeat t

Test Iteration

2006-04-28 Thread Massimo Forno
Hi, I'd like to have some suggestions for the following scenario: I need to record a web interaction using JMeter (no problem to do that) for a web application trying to insert a new person into the web application and setting some values for it. The problem arises in case I need to repeat t

Re: JMeter sends out wrong parameters in request

2006-04-28 Thread sebb
If you want to try the current 2.1 branch (which has the fix for bug 37716), you can try a nightly build - follow the "Nightly build" link on the download page http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi Please be sure to read the information on the download pages. S On 28/04/

Re: stopping a test dynamically

2006-04-28 Thread sebb
Sorry, I meant Assertion: * Duration Assertion On 28/04/06, sebb <[EMAIL PROTECTED]> wrote: Look at the Post-Processors * Response Assertion * Result Status Action Handler On 28/04/06, bgordon <[EMAIL PROTECTED]> wrote: > any ideas? -Bruce > > bgordon <[EMAIL PROTECTED]> wrote: I'd like to ru

Re: stopping a test dynamically

2006-04-28 Thread sebb
Look at the Post-Processors * Response Assertion * Result Status Action Handler On 28/04/06, bgordon <[EMAIL PROTECTED]> wrote: any ideas? -Bruce bgordon <[EMAIL PROTECTED]> wrote: I'd like to run an unattended test that stresses a system until it "breaks". I'd like to define "break" dynamica

Re: _BeanShell

2006-04-28 Thread sebb
On 28/04/06, amelaao <[EMAIL PROTECTED]> wrote: Well, it didn't do what I wanted it to. If I comment out user.dir in properties file, then user.dir is "C:\Program Files\jakarta-jmeter-2.1.1\bin". Yes, because JMeter currently starts in the bin directory. [Probably user.dir should not be set in

Re: stopping a test dynamically

2006-04-28 Thread bgordon
any ideas? -Bruce bgordon <[EMAIL PROTECTED]> wrote: I'd like to run an unattended test that stresses a system until it "breaks". I'd like to define "break" dynamically, say for example when a certain type of transaction has its avg response time for the last 2 minutes > some threshold. When t

testing a site

2006-04-28 Thread Mark
Hello. I am just starting out with JMeter and have a questions on its use. I want to perform some scenario testing. I have 2 systems that I want to test, one is servlet based and one is webservice based. What I am looking for is to check the results that come back from a sequence of pages. For

Re: _BeanShell

2006-04-28 Thread amelaao
Well, it didn't do what I wanted it to. If I comment out user.dir in properties file, then user.dir is "C:\Program Files\jakarta-jmeter-2.1.1\bin". It worked for me before because user.,dir was set to the directory where my test scripts are, but in production we are not going to have this property

JMeter connection

2006-04-28 Thread cata_keat
I try to connect myself , behind a firewal, proxy ; I use the commnad line arguments correcty .But I still can't get any connection .Probably the other site has a firewall , a proxy .When I look on the ' view results three ' the connection is refused . -- View this message in context: http://ww

Re: _BeanShell

2006-04-28 Thread sebb
user.dir is set during startup on each host Try it and see. On 28/04/06, amelaao <[EMAIL PROTECTED]> wrote: I realized property user.dir is a solution for my local machine. However I can't have this dependency since our scripts are deployed on different machines and used for different releases,

Re: Mailer Visualizer

2006-04-28 Thread sebb
As I said previously, If the test does not generate any _sampler_ errors, it won't generate an e-mail On 28/04/06, nileshjoshi <[EMAIL PROTECTED]> wrote: no it dose not show any error, following r the entries in log file when i run the test 2006/04/28 10:21:38 INFO - jmeter.util.JMeterUtils:

Re: list of variables?

2006-04-28 Thread sebb
On 28/04/06, Ziemerle, Andreas <[EMAIL PROTECTED]> wrote: Hello, > There isn't a list at present. > But I do know that the sampler load time is not one of them. :-( > Why do you want the load time on stdout? If you just want it in a > file, you can use a Simple DataWriter and configure it accor

Re: _BeanShell

2006-04-28 Thread amelaao
I realized property user.dir is a solution for my local machine. However I can't have this dependency since our scripts are deployed on different machines and used for different releases, plus I don't have the control of jmeter.properties file.So my solution needs to read the current directory and

Re: Mailer Visualizer

2006-04-28 Thread nileshjoshi
no it dose not show any error, following r the entries in log file when i run the test 2006/04/28 10:21:38 INFO - jmeter.util.JMeterUtils: Setting Locale to en_GB 2006/04/28 10:21:38 INFO - jmeter.JMeter: Version 2.1.1 2006/04/28 10:21:38 INFO - jmeter.JMeter: java.version=1.5.0_06 2006/04/28

RE: list of variables?

2006-04-28 Thread Ziemerle, Andreas
Hello, > There isn't a list at present. > But I do know that the sampler load time is not one of them. :-( > Why do you want the load time on stdout? If you just want it in a > file, you can use a Simple DataWriter and configure it accordingly. I use jmeter to check a server: jmeter -Dserver=xyz.

Re: Saving test results after test complete

2006-04-28 Thread sebb
If the results are still on screen, you can use ^G to create a PNG file. I don't think there is no way to save the raw data - it would mean getting at internal data structures. S. On 28/04/06, Guillaume Bilodeau <[EMAIL PROTECTED]> wrote: Hi all, Yesterday I setup a 12 hour load test to run ov

Re: Mailer Visualizer

2006-04-28 Thread sebb
Does the test generate any errors? On 28/04/06, nileshjoshi <[EMAIL PROTECTED]> wrote: Thanx for taking ur time to reply. There is no entry made in jmeter.log file when i run the test, but when i click on Test Mail button i get Mail Sent Successfully alert and following entry is made in jmeter

Re: list of variables?

2006-04-28 Thread sebb
There isn't a list at present. But I do know that the sampler load time is not one of them. Why do you want the load time on stdout? If you just want it in a file, you can use a Simple DataWriter and configure it accordingly. On 28/04/06, Ziemerle, Andreas <[EMAIL PROTECTED]> wrote: Hello, is

Saving test results after test complete

2006-04-28 Thread Guillaume Bilodeau
Hi all, Yesterday I setup a 12 hour load test to run overnight, collecting results using the Aggregate Report listener. It seems that the test has run correctly and results have been collected. Unfortunately I now realize that I didn't configure the listener to write all data to a file. How

Re: Mailer Visualizer

2006-04-28 Thread nileshjoshi
Thanx for taking ur time to reply. There is no entry made in jmeter.log file when i run the test, but when i click on Test Mail button i get Mail Sent Successfully alert and following entry is made in jmeter.log 2006/04/28 10:28:46 INFO - jmeter.reporters.MailerModel: JMeter-Testmail To: [EMAI

list of variables?

2006-04-28 Thread Ziemerle, Andreas
Hello, is there any list of predefined variables (like JMeterThread.last_sample_ok) which can be accessed in jmeter? I couldn't find such a list in the documentation. My current problem is to output the sampler result load time on std.- out. Greetings Andreas -

Re: JMeter sends out wrong parameters in request

2006-04-28 Thread Azeem Hafeez
Hi, The BugZilla Bug 37716, "Invalid request using Proxy for a multipart/form-data with no filename specified", seems to indicate at the same issue i have at hand. I am using JMeter 2.1.1 and  probably new patch might resolve the issue. Can u help me with the corresponding patch and a way to dow

Converting PKCS12 to JKS

2006-04-28 Thread liquornpoker
Hi, I need to convert my PKCS12 file to JKS file. Can someone show me how? -- View this message in context: http://www.nabble.com/Converting-PKCS12-to-JKS-t1522891.html#a4135604 Sent from the JMeter - User forum at Nabble.com. -