Bug 60083 - In CSV data set config process, Invalid request passing my application while running jmeter3.0 in linux environment
Summary: In CSV data set config process, Invalid request passing my application while ...
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: unspecified
Hardware: PC Linux
: P1 major (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: FAQ
Depends on:
Blocks:
 
Reported: 2016-09-03 13:02 UTC by Vairamuthu
Modified: 2016-09-03 20:31 UTC (History)
1 user (show)



Attachments
Requests from listener (252.83 KB, image/png)
2016-09-03 13:02 UTC, Vairamuthu
Details
Http Request config (158.12 KB, image/png)
2016-09-03 13:04 UTC, Vairamuthu
Details
CSV Data set config (332.79 KB, image/png)
2016-09-03 13:05 UTC, Vairamuthu
Details

Note You need to log in before you can comment on or make changes to this bug.
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