Jmeter函数助手38-isVarDefined

isVarDefined函数用于判断变量是否存在。

  • 变量的名称:填入变量名称。如果变量存在返回true,如果不存在返回false

 

1、先一些定义变量

${__isVarDefined(now)},now变量是不存在的故函数结果会返回false

${__isVarDefined(tody)} ,today变量是存在的故函数结果会返回true

 

posted @ 2023-06-03 16:27  dabeen  阅读(63)  评论(0编辑  收藏  举报