hello,

Currently i am using JMETER for Stress Testing for Jetspeed.

CSV Data set Config use for multiple users.
But ,i am not able to do that.
my procedure is:

1.Test Plan
   ---Thread Group
        ----Loop Controller
              -HTTP cookie manager
              -HTTP Request Defaults
              -CSV Data Set Config
                parameters-
                            Filename-users.txt              .....(bin
directory of JMETER)
                            File encoding-
                            Variables Names-'USER,PASS'
                            Delimiter=,
                            Recycle on EOF-True

              -HTTP request
                    Send Parameters with request...
                     Name                  value
                     j_username           $(USER)
                     j_password           $(PASS)



But,if i run this test plan we get values as:
j_username=$(USER)
J_password=$(PASS)

the value doesnot retrive from file respectively.

In file users.txt
data in this format:   abc,[EMAIL PROTECTED],


pls,give me the solution,

thanks 
ramj
-- 
View this message in context: 
http://www.nabble.com/CSV-Data-Set-Config-tf4520820.html#a12896443
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