Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
119 stars 99 forks source link

Running Jmeter jmx file which reads data from testdata.csv #66

Open PankajNalawade opened 3 years ago

PankajNalawade commented 3 years ago

I am trying to run the jmx file which has CSV Data Set Config, in this case I have added my testdata.csv file in the jmeter repository and tried to run the the jmx file, but looks like test failed with null pointer exception, I suspect jmx file is not getting data from testdata.csv file in this case. Could you please let me know how can I solve this issue, where shall I add the testdata.csv file so that jmx can read the data from it?

allantargino commented 3 years ago

@PankajNalawade Which directory did you put the file? /jmeter is the correct one, since this is the folder copied to all agents.

PankajNalawade commented 3 years ago

Yeah I put all the files /jmeter folder