若是你想查看更多 Jmeter 經常使用函數能夠在這篇文章找找哦html
https://www.cnblogs.com/poloyy/p/13291704.htmdom
執行 BeanShell 腳本,並返回結果函數
${__BeanShell(123*456,name)}
字段 | 含義 | 是否必傳 |
---|---|---|
BeanShell | BeanShell 腳本 | yes |
Variable Name | 存儲腳本返回結果的變量名 | no |
${__BeanShell(vars.put("yytest"\,"${__Random(1000,5555)}"),)}
${__BeanShell(vars.get("yytest"),)}
${__BeanShell(props.put("yytest"\,"1234"),)}
${__BeanShell(props.get("yytest"),)}
BeanShell 能寫啥,這裏也能寫啥,不過要記住這是簡化版的 BeanShell,是爲了方便而已,不是徹底可代替哦spa