Re: Beanshell PreProcessor and setting variables

2006-12-11 Thread sebb
On 11/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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 ...?? Yes, try it... If yes, do I have to use this to set the variable? : vars

Beanshell PreProcessor and setting variables

2006-12-11 Thread Francesco.Croci
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); va