当前位置:   article > 正文

Jmeter Beanshell 设置全局变量

Jmeter Beanshell 设置全局变量

//获取token
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.JSONArray;
import java.util.*;
import org.apache.jmeter.util.JMeterUtils;

//获取可上机机器
String response = prev.getResponseDataAsString();
JSONObject responseObect = JSONObject.parseObject(response);
token = responseObect.getString(“token”);
log.info(“=====================”+token);
JMeterUtils.setProperty(“MY_GLOBAL_TOKEN”, token);

获取:
${__P(MY_GLOBAL_TOKEN,)}
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/526503
推荐阅读
  

闽ICP备14008679号