Hey, in the filename field of CSV Dataset config, give the absolute path of the file. You can verify if the parameter value is being fetched or not by adding a view tree listener and then go to the request tab check if the parameters is passed in the query string in the url.
This should solve it. -Prasanna On Wed, Mar 31, 2010 at 1:26 PM, tigertester <[email protected]> wrote: > > they are together... > > Andrey Pohilko-2 wrote: > > > > Try placing CSV file beside your test plan file > > > > > > С уважением, > > Андрей Похилько > > > > -----Original Message----- > > From: tigertester [mailto:[email protected]] > > Sent: Wednesday, March 31, 2010 11:23 AM > > To: [email protected] > > Subject: RE: csv read > > > > > > no luck on this either. > > > > > > > > > > Andrey Pohilko-2 wrote: > >> > >> I suppose your problem is "${username}" as csv variable name. Try using > >> just > >> "username". > >> > >> Shortly: variable definition in JMeter is "var_name", and variable usage > >> is > >> "${var_name}" > >> > >> > >> Good Luck > >> > >> > >> С уважением, > >> Андрей Похилько > >> -----Original Message----- > >> From: tigertester [mailto:[email protected]] > >> Sent: Wednesday, March 31, 2010 11:12 AM > >> To: [email protected] > >> Subject: Re: csv read > >> > >> > >> my csv file looks like this > >> > >> username > >> [email protected] > >> [email protected] > >> > >> -- > >> View this message in context: > >> http://old.nabble.com/csv-read-tp28092017p28092166.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] > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > >> > > > > -- > > View this message in context: > > http://old.nabble.com/csv-read-tp28092017p28092263.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] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > -- > View this message in context: > http://old.nabble.com/csv-read-tp28092017p28092549.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] > >

