Hi to all,

is it possible to set a variable with a beanshell preprocessor and then
use/recall it in the "usual" way ${myvar} in an Assertion or Sampler or
...??

If yes, do I have to use this to set the variable? :

vars - (JMeterVariables) - gives read/write access to variables:
vars.get(key); vars.put(key,val) 


Thanx
Francesco

Reply via email to