jmeter 执行python脚本的方法

jmeter 执行python脚本

 

jmeter 可以通过Jython 执:行python代码

1、下载Jython jar包:http://www.jython.org/downloads.html

jmeter 执行python脚本的方法

2、把下载的Jython 的jar包放到 jmeter的lib文件夹。重启jmeter

3、线程组中添加 JSR223 Sampler

jmeter 执行python脚本的方法

4、设置JSR223 Sampler

jmeter 执行python脚本的方法

python代码

jmeter 执行python脚本的方法
#获取jmeter 参数
param =vars.get("param")
print "hello"
#设置响应信息
SampleResult.setResponseData("message");
SampleResult.setResponseCode("502")
SampleResult.setSuccessful(False)
jmeter 执行python脚本的方法

5、执行,由于代码中标记502  和执行失败,执行结果如下

jmeter 执行python脚本的方法

 

 

来源: https://www.cnblogs.com/testway/p/9951289.html

 

上一篇:JMeter的JavaRequest探究


下一篇:org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession. ### The error may