Is there any way to parameterize the CSV data file path or source directory path in JMeter?
Asked
Active
Viewed 487 times
-1
-
Does this answer your question? [How to do parameterization for file name text of csv data set config in jmeter](https://stackoverflow.com/questions/27721871/how-to-do-parameterization-for-file-name-text-of-csv-data-set-config-in-jmeter) – Ori Marko Jul 08 '20 at 07:01
1 Answers
0
There are at least 2 possibilities:
Via User Defined Variables like:
and then referring the variable in the CSV Data Set Config
Or via __P() function like:
the property value can be passed via
-J
command line argument or put into the user.properties file. See Overriding Properties Via The Command Line for more information.

Dmitri T
- 159,985
- 5
- 83
- 133