参数化(用户变量、环境变量)
对被测系统的用户名和密码进行参数化,来模拟多个用户同时登录系统。
jmeter的test plan中,支持如下4种参数化方式:
函数助手:_CSVRead
CSV Data Set Config:CSV数据控件
User Defined Variables:用户定义的变量
User Variables:用户参数
具体可参考 https://www.cnblogs.com/imyalost/p/6229355.html
传参
JMeter处理responses 的json
对于请求1返回的结果,处理以后作为请求2的参数,JMeter提供了正则表达式提取器
1、正则表达式提取器
http://www.cnblogs.com/VashGu927/p/7640447.html
2、后置处理器JSON Extractor
https://blog.csdn.net/fu_tester/article/details/77838546
PS:跨线程组传参
https://www.cnblogs.com/superbears/p/7041723.html
https://blog.csdn.net/qq_35885203/article/details/77562644
http://www.mamicode.com/info-detail-1990380.html