1、jmeter运行报错:
ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval In file: inline evaluation of: " . . . '' Encountered "=" at line 13, column 23.
WARN o.a.j.m.BeanShellPreProcessor: Problem in BeanShell script. org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval In file: inline evaluation of: "'' Encountered "=" at line 13, column 23.
2、检查“BeanShell预处理程序”脚本:

3、 删除<String>后再次运行,运行成功(原因:beanshell中不支持Java中的泛型)

![[毕设记录]@学术技能积累:学位论文查询与下载](https://img-blog.csdnimg.cn/ae686cf8eff64b0cb0379083f614f91a.png)


















