hi all,

i have parameterized username,and password from a csv file. csv looks as

abc123,password
abc1234,password
i have placed csv file in bin folder... and added a csv data inside http
request

variable names are: a,b
delimier: ,
recycle on eof : true
stop thread on eof : true

and under the http request i have added under send parameters with request i
have added a,b variables as ${a},${b} with some names to those variables

now the problem is while running, jmeter is reading username and password
from the csv file but not proceeding further and stating as invalid username
and password when it suppose to navigate to home page

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/need-help-in-parameterizing-tp4954284p4954284.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]

Reply via email to