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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> 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" <[EMAIL PROTECTED]>
> 
>             09.08.2005 19:07                                                  
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                   To
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                 "JMeter Users List" <[email protected]>
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                   cc
>                                                                               
>                                                                               
>                                         Please respond to
>                                                                               
>                                                                               
>                       "JMeter Users List" <[email protected]>    
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                              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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> --
> 
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to