Run Jmeter with Maven | JMeter Forum
R
Rajiv Posted on 20/02/2020

I am trying to run my jmx scripts via maven and my data is located at src/java/resources/testDataFile/data.csv.

my jmx script is located at src/tes/jmeter/test.jmx

 

how can I make sure that my jmx file reads the data from data.csv while executing through maven?


A
Abhishek Puri Replied on 20/02/2020

Please export the project in a compressed zip file and share it with us.