JMeter中BeanShell Sampler报错Method put...not found in class‘org.apache.jmeter.threads.JMeterVariables

建一个BeanShell Sampler,方便调试 修改前: long s = ${__time(/100000,)}; long y = ${__Random(1,100000,)}; long z = s+y; vars.put("xxx_id",z); //类型转换成String 通过异常发现,Error in method invocation: Method  jmeter   put(
相关文章
相关标签/搜索