If this is *really* what you need - go for  __groovy() function
<https://jmeter.apache.org/usermanual/functions.html#__groovy>   to call 
System.setProperty() method
<https://docs.oracle.com/javase/7/docs/api/java/lang/System.html#setProperty(java.lang.String,%20java.lang.String)>
  
like:


>  ${__groovy(System.setProperty('foo'\,'bar'),)}

More information on Groovy scripting in JMeter:  Apache Groovy - Why and How
You Should Use It <https://www.blazemeter.com/blog/groovy-new-black>  





--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to