Overriding jmeter.properties

Is it possible to re-read jmeter.properties without closing and restarting JMeter?

Maybe some additional class that calls this process?

Sometimes I need to play with property values, and it is not convenient to restart JMeter every time, so I would like to automate this process.

+4
source share
1 answer

There is no need to reread the jmeter properties from the file. jmeter has enough built-in functions for reading / setting property values.
At least below:

See also the following information and examples:

+2
source

All Articles