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(
相關文章
相關標籤/搜索