jmeter-beanshell 常见报错
1.Typed variable declaration
说明:这个错误不会指明哪行那个地方报错,不明白的不好找;
一般是指代变量赋值格式不支持,不正确,可以从变量定义或者赋值去排查
有可能是JAVA兼容的, 到Jmeter不一定支持
2.Method info( int ) not found in class'org.apache.logging.slf4j.Log4jLogger'
说明:log.info()不支持数字,列表等,只支持String