Bug 60083

Summary: In CSV data set config process, Invalid request passing my application while running jmeter3.0 in linux environment
Product: JMeter - Now in Github Reporter: Vairamuthu <vairamuthu>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED INVALID    
Severity: major CC: p.mouawad
Priority: P1 Keywords: FAQ
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Attachments: Requests from listener
Http Request config
CSV Data set config

Description Vairamuthu 2016-09-03 13:02:43 UTC
Created attachment 34196 [details]
Requests from listener

Bug scenario:
Step1: I have check my application for login multiple users,So After script recording, i am using "CSV Dat Set config" and I have configure jmeter3.0 below setting

Step2: In http request, I have set the variable names are
username=$(name)
password=$(psw)

Step2: In CSV data set config set the details are:
File name: /home/desktop/login.txt
Variable name: name,psw
Delimiter use: ,

Step3: In CSV file, I have three user accounts are:
radha,radha
sumithra,sumithra
moorthi,moorthi

Step4: In the above configuration, I have run the jmeter3.0 in linux . 


Actual Result:

Jmeter does not read the CSV/txt file datas and the below invalid request passing my application.

POST data: username=%24%28name%29&password=%24%28psw%29&userstate=others&submit=Enter

Expected Result:

Jmeter should read the csv file and valid request should be pass through my application for login. So, kindly give me a correct solution.
Comment 1 Vairamuthu 2016-09-03 13:04:56 UTC
Created attachment 34197 [details]
Http Request config
Comment 2 Vairamuthu 2016-09-03 13:05:54 UTC
Created attachment 34198 [details]
CSV Data set config
Comment 3 Vairamuthu 2016-09-03 13:06:40 UTC
User comments,

Kindly refer the snapshots.

Thanks,
Vairamuthu.
Comment 4 Philippe Mouawad 2016-09-03 20:31:33 UTC
Bugzilla is not a support forum.
Please use users mailing list.
Comment 5 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4089