Hi,

Instead of using like this " Variables Names-'USER,PASS' "

you can try with this: Variable Names - USER,PASS

and Send the request like this (use the *{* instead of *)*) j_username          
 ${USER}
                                                          j_password           
${PASS}




Make sure you have save the CSV file in the same location where you have stored the test plan

Regards
Aru

ramaj wrote:
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

Reply via email to