标签:image class bug java 分享 ons response 通过 jmeter
打开测试计划—>线程组—>右键,添加—>Sampler,Debug Sampler
添加后的页面,如图所示。有三个参数JMeter properties,JMeter variables,System properties,选项值默认即可
JMeter properties,System properties这两个分别是Jmeter属性和系统属性,一般不会变,不需要调试。
JMeter variables 调试的是Jmeter中自定义的变量,包含如下这些自定义变量
a) 选中测试计划(Test plan),在右边的面板上添加用户自定义变量
b) 选中线程组,右键,添加--配置元件—自定义变量
c) 通过后置处理器生成的变量:Jmeter关联
d) 使用csv参数化的变量:Jmeter参数化
举例,如图所示
Debug Sampler会把我们自定义的变量输出在response data中,方便我们调试的时候使用, 在正式执行脚本时需要删除Debug Sampler
标签:image class bug java 分享 ons response 通过 jmeter
原文地址:http://www.cnblogs.com/chenchen-tester/p/6739278.html