Hi,
Looks like there's an extra comma "," after the last param to the CSVRead
function, making it appear like there are three parameters instead of two:
${__CSVRead(login.csv,0,)}-A
${__CSVRead(login.csv,0)}-A
Regards,
Noel
----- "nanduri" <[email protected]> wrote:
>
> hello,
> im Dong paramterizxation using csv file and im using function _csv read.My
> csv file consists usename and password and i created three parameters
>
> ${__CSVRead(login.csv,0,)}-A
> ${__CSVRead(login.csv,1,)}-B
> ${__CSVRead(login.csv,next,)}-next \
>
> i replaced in logins sampler in place of email,pwd with ${A},${B}
>
> when i ran the script im getting following error and data is not read from
> csv file
>
> 2009/09/22 14:41:14 INFO - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2009/09/22 14:41:14 ERROR - jmeter.engine.PreCompiler: invalid variables
> org.apache.jmeter.functions.InvalidVariableException: __CSVRead called with
> wrong number of parameters. Actual: 3. Expected: 2.
>
> Anybody please help me out urgent
>
>
> --
> View this message in context:
> http://www.nabble.com/Paremeterization-tp25530640p25530640.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>