Is it possible to re-read jmeter.properties without closing and restarting JMeter?
Maybe any additional class that will trigger this process?
Sometimes I need to play with a property’s values, and it is not convenient to restart JMeter every time, so I’d like to automate this process.
There is no need to re-read jmeter properties from file – jmeter has enough built-in functionality to read/set values of properties.
At least the following below:
_setProperty(),
_property(),
__P;
Look also into the following for more info and examples: