Reputation: 591
I have a CSV file with a key and a value under it:
key
pants.
I want jmeter to read this value from the file and search for it in the search field. This is what I did but it didn't work.
The error I got when running: Response code: Non HTTP response code: java.net.URISyntaxException Response message: Non HTTP response message: Illegal character in query at index 94: http://www.shopyourway.com//search/products?filters=availability%3A1&allowRedirection=true&q=${key}
Response headers:
HTTPSampleResult fields: ContentType: DataEncoding: null
So What should I put in the path for it to work?
Upvotes: 0
Views: 552
Reputation: 1733
Do the following:
these changes will work if "CSV Data Config" has been configured correctly.
Hope this will help.
Upvotes: 0