Mailer Visualizer does not know my server

2004-09-16 Thread Sarone Thach
Hi there, I'm having trouble trying to configure the Mail Visualizer. For the SMTP host I gave it the ip address of my mail server but keep on getting this error "the mail server is unknown". I'm pretty sure this is the right IP address. Could someone tell me if this feature is supposed to work

Repeating the sampler

2004-09-16 Thread Vinicius Carvalho
Thanks to all, my tests are almost done :D there's only one point now ... My test runs like this: Only Once Controller LogIn Request Loop n times Controller Add n links to the database List Links Sampler Regex Parser to get the ids from the list Foreach Controller Remove Links Sampler g

RE: timing question

2004-09-16 Thread Chuck Henson
ah.. I see. yes that adds up correctly using that calculation, there is between 3 and 8 seconds between each sampler. so it is working correctly! -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:19 PM To: JMeter Users List; [EMAIL PROTECTED] Sub

Re: timing question

2004-09-16 Thread sebb
I don't understand the behaviour you appear to be seeing - samplers run sequentially within a single thread, in the order in which they appear in the test plan. Note that time stamps by default are END time stamps - you can change this in jmeter.properties. S. On Thu, 16 Sep 2004 11:18:19 -0500,

Re: Addition to XSLT: percentiles

2004-09-16 Thread sebb
Bugzilla: attachments can be added to existing bugs only, not when creating a bug. Wiki: you need to register a user-name before you can edit any of the Jakarta Wikis. There was a lot of vandalism, so the policy was changed. S. On Thu, 16 Sep 2004 18:22:34 +0200, Coret Bob <[EMAIL PROTECTED]> wr

RE: Regex Extractor + foreach

2004-09-16 Thread Chuck Henson
Vinicius, Check out http://weitz.de/regex-coach/ This is great tool for building complex regex (I learned alot using it too) -Original Message- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: Regex Extractor + fo

RE: Addition to XSLT: percentiles

2004-09-16 Thread Coret Bob
> Bugzilla supports attachments, and is suitable for logging enhancement requests. When I'm on the http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=JMeter page I don't see an "Attachment" button? > The JMeter Wiki also allows attachments. The pages at http://wiki.apache.org/jakarta-jmete

timing question

2004-09-16 Thread Chuck Henson
I'm trying to stress test our web app. I've set a random timer element to 3000ms fixed and 5000ms variable so that my timing between samples should be between 3 to 8 seconds. The samplers need to be sequential for each thread as some samplers are dependent upon the actions of previous samplers (som

Re: Addition to XSLT: percentiles

2004-09-16 Thread sebb
> On Fri, 10 Sep 2004 15:56:07 +0200, Coret Bob <[EMAIL PROTECTED]> wrote: > > BTW, is there a place where we can share JMeter XSLT's ? I have made a "results to > > CSV"-XSL as well, for those interested. Bugzilla supports attachments, and is suitable for logging enhancement requests. The JMete

Re: Regex Extractor + foreach

2004-09-16 Thread sebb
On Thu, 16 Sep 2004 11:29:08 -0300, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > Hi there! I'm trying to use the regex extractor here + for each. > > So, after my request I put a post-processor to get a regex from a response: > I have this on my code : javascript:excluir(123) > So I used this as

Regex Extractor + foreach

2004-09-16 Thread Vinicius Carvalho
Hi there! I'm trying to use the regex extractor here + for each. So, after my request I put a post-processor to get a regex from a response: I have this on my code : javascript:excluir(123) So I used this as regex : javascript:excluir([0-9]+) (Note, I don't know regex at all :( ) Reference name I

Multiple File Upload

2004-09-16 Thread Martinez de Pinillos, Joaquin
To All, I have a web page where I need to upload multiple files in an html page. Is there a way to do this? I have seen some discussion in the archives which say no. Any help would be greatly appreciated. Joaquin J. Martinez de Pinillos Anteon Corporation (o) 703 253 3425 (f) 70

Authorization Manager

2004-09-16 Thread Shankar s
Hi all, We are testing a website which is having basic authentication. What we have done so far: After recording, in the Browser-derived headers of each url we identified a Name and value pair among other informations as given below. Name : Authorization Value: Basic dGVzdDp0ZXN0 The valu

Re: Using the Proxy Server to record test scripts

2004-09-16 Thread sebb
On Thu, 16 Sep 2004 10:36:16 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to Jmeter and I cant understand how to use > > jmeter -H proxyHost -P proxyPort > See: http://jakarta.apache.org/jmeter/usermanual/get-started.html#proxy_server > Does this mean that I will have

Re: Using the Proxy Server to record test scripts

2004-09-16 Thread Michael Stover
On Thu, 2004-09-16 at 04:36, [EMAIL PROTECTED] wrote: > Hi, > > I am new to Jmeter and I cant understand how to use > > jmeter -H proxyHost -P proxyPort Use this only if JMeter needs to use a proxy to reach the web server you are testing. For instance, if you are testing a server that lies on t

Re: Using the Proxy Server to record test scripts

2004-09-16 Thread deepak . angeswar
Hi, I am new to Jmeter and I cant understand how to use jmeter -H proxyHost -P proxyPort Does this mean that I will have to open Jmeter as jmeter -H localhost -P 8090 I am using a JBoss web app server and testing the Dukes's Bank example for J2EE. I am trying to use the HTTP proxy Server featu