On 11 May 2015 at 11:26, Bob <[email protected]> wrote: > Hi, > > What is alternative function of __P() and __property() for variables in > JMeter? How I can define the condition: if Var1 is empty use default value > or another variable? Thanks!
There is no such function currently. __P() was added in order to allow access to properties. As an option, a default was provided. If there is sufficient demand for this, I guess __V() could be extended to provide the same functionality for variables. In the meantime, one could use a scripting element (or Beanshell function) to do the work. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
