The Users Parameters preprocessor component Is the first item under by thread group, prior
to the login request
-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com]
Sent: August 9, 2005 11:05 AM
To: JMeter Users List
Subject: Re: Users from file
What does happen?
Any messages in jmeter.log ?
Where in the test plan have you put the CSV functions?
S.
On 09/08/05, Gino Gargiulo <Gino.Gargiulo@alea.ca> wrote:
> Hi Noam,
>
> Thanks for your response. I have tried what you asked. I placed the
> ${__CSVRead(file,next())} right under my username and password variables but this still
does not work
>
> Regards,
>
>
>
> Gino Gargiulo
> -----Original Message-----
> From: Noam Paz [mailto:noam.paz@db.com]
> Sent: August 9, 2005 10:21 AM
> To: JMeter Users List
> Subject: Re: Users from file
>
>
>
>
>
>
> Hi Gino,
> in your user parameter define the following variables:
> user ${__CSVRead(${file},0)}
> password ${__CSVRead(${file},1)}
> next ${__CSVRead(${file},next())}
>
> the variable next (which you do not explicitely use) does the job you want.
>
> Best regards / Viele Grüße
>
> Noam Paz
>
>
>
>
>
>
> "Gino Gargiulo" <Gino.Gargiulo@alea.ca>
>
> 09.08.2005 19:07
To
>
"JMeter Users List" <jmeter-user@jakarta.apache.org>
>
cc
>
Please respond to
>
"JMeter Users List" <jmeter-user@jakarta.apache.org>
Subject
>
Users from file
>
>
>
>
>
>
>
>
>
>
> Hi,
>
> I have some scripts that are to read in usernames and passwords from
> file. The file I have setup if like the following
>
> UN1,PWD1
> UN2,PWD2
> UN3,PWD3
>
> Etc.
>
> I use the CSVRead function to read in the 2 values. The issue is that
> it only ever reads in the first user and password and does not go down
> the list. I have tried this with jmeter 2.02 and jmeter 2.03. Can
> someone help please?
>
>
> Regards,
>
>
>
> Gino Gargiulo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>
>
> --
>
> Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn
Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren
Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail ist nicht gestattet.
>
> This e-mail may contain confidential and/or privileged information. If you are not the
intended recipient (or have received this e-mail in error) please notify the sender immediately
and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material
in this e-mail is strictly forbidden.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|