Posts

Property File Reader not working on non-GUI mode or command line

Image
Property File Reader  Propertyfile reader do not work on command line. For some reason, the Property File Reader config does not load the file defined on the File Path field when executing jMeter in non-GUI mode but works when running on GUI mode. To solve this problem we just need to use property as the File Path and then pass the value as argument on command line Run the command jmeter -n -t "file.jmx" -JCUSTPROPPATH=”..\..\..\library\common\testplan.properties”