栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

JMeter

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

JMeter

According to JSR223
Sampler

documentation:

JMeter processes function and variable references before passing the script
field to the interpreter, so the references will only be resolved once.
Variable and function references in script files will be passed verbatim to
the interpreter, which is likely to cause a syntax error. In order to use
runtime variables, please use the appropriate props methods, e.g.

props.get("START.HMS");props.put("PROP1","1234");

So amend the last line of your script to look like:

log.info(vars.get('counter'))

Demo:

还请注意,它使用起来容易得多:

  1. Counter test element or __counter() function, check out How to Use a Counter in a JMeter Test article for more details
  2. 循环控制器公开
    ${__jm__Loop Controller__idx}JMeter
    变量,该变量保存当前迭代次数


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/368318.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号