测试积点老人 发表于 2021-11-16 10:26:37

jmeter测试下载的时候一直报错,请问这是为啥

2021-11-15 16:07:20,750 ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: import java.io.*; byte[] result = prev.getResponseData(); //String file_name = . . . '' : Typed variable declaration : Object constructor 2021-11-15 16:07:20,750 WARN o.a.j.p.j.s.BeanShellSampler: Exception executing script. org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Sourced file: inline evaluation of: import java.io.*; byte[] result = prev.getResponseData(); //String file_name = . . . '' : Typed variable declaration : Object constructor

海海豚 发表于 2021-11-17 10:25:58

beanshell脚本中的变量只引用的对象一定是已经定义过的,不能自己在脚本中new 新对象

qqq911 发表于 2021-11-17 10:37:18

beanshell脚本中的变量只引用的对象一定是已经定义过的,不能自己在脚本中new 新对象
页: [1]
查看完整版本: jmeter测试下载的时候一直报错,请问这是为啥