hi

It's working..............
by using "{" instread of "("

thnx

regards,
ramj






Arumugam Vallimuthu wrote:
> 
> 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
>>   
> 
> 
> 

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