1.添加BeanShell 后置处理程序

2.

jmeter将接口返回写入log

 

 

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

 

相关文章:

  • 2021-12-16
  • 2021-09-28
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
猜你喜欢
  • 2021-10-22
  • 2021-06-07
  • 2022-12-23
  • 2022-02-27
  • 2021-07-17
  • 2021-09-25
相关资源
相似解决方案