Or
user ${__CSVRead(${file},0)}
password ${__CSVRead(${file},1)}${__CSVRead(${file},next())}
as next() returns the empty string.
S.
On 09/08/05, Noam Paz <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> 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]

