You must know and decide which fields to send in a form - that's
completely separate from the CSV reader.

All the CSV data reader is used for is to populate variables with values
from a file.  You define what variables are used to hold the values from
your CSV file.

Then you use those variables in your samplers or expressions.

Try getting your login form working first with static values.  Once that
works, replace those static values with variables, and add the CSV data
set reader to populate those variables.

-----Original Message-----
From: porobashi [mailto:poroba...@rocketmail.com] 
Sent: Wednesday, January 28, 2009 10:39 AM
To: jmeter-user@jakarta.apache.org
Subject: how to use "CSV Data Set Config" to take input from file


hi all,

i am trying to test a sign-in(registration) form. hence, i need to use
different data for each submission. i think using "CSV Data Set Config"
would be the easiest route. i need your help to give me a step-by-step
example on "CSV Data Set Config" using. all fields are not mandatory for
the
form, is there way to only entering mandatory fields??? 

please help me out ASAP.

thanks in advance.
-- 
View this message in context:
http://www.nabble.com/how-to-use-%22CSV-Data-Set-Config%22-to-take-input
-from-file-tp21708157p21708157.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to