Rohini
Rohini

Reputation: 7

In jmeter, while using CSV Data Set Config for webservice method getting error

I am using Jmeter (Run as administrator) in order to load and test a webservice method using some CSV Data Set Config. I have the CSV file under the jmeter folder with path:

 "D:\ROHINI DATA\Softwares\Jmeter\Setup\apache-jmeter-2.11\bin\examples.

On the given path the jmx and csv files are present. This is true also while the script is executing and it's displaying an error as shown in this screenshot: screenshot:

Can anyone help me out?

Upvotes: 1

Views: 714

Answers (1)

Dmitri T
Dmitri T

Reputation: 168157

It might be connected with the space between ROHINI and DATA

Try the following workarounds:

  1. Double check that file D:\ROHINI DATA\Softwares\Jmeter\Setup\apache-jmeter-2.11\bin\examples\string.csv exists
  2. If the file exists - provide full path in the "Filename" section
  3. There is __CSVRead() function which offers similar functionality, you can try switching to it.

See Using CSV DATA SET CONFIG guide for more details on proper configuration.

Upvotes: 0

Related Questions