1.添加BeanShell 后置处理程序

2.

jmeter将接口返回写入log

 

 

//拿到响应值
String json = prev.getResponseDataAsString();
log.info("Value为:"+ json);

 

相关文章: