本文介绍了无法在MAC OS上的JMeter中看到侦听器响应主体数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用侦听器设置了一个简单的POST请求.我知道它正在工作,因为响应数据可以显示在POSTMAN中.问题是查看结果三显示它是200代码,但没有显示主体数据(我应该在其中提取所需的JSON表达式),在Mac OS中需要运行一种特殊的配置吗?我也找不到jmeter.properties文件.

I set up a simple POST request, with it's listener. I know it's working because the reponse data can be displayed in POSTMAN. The issue is that the View results three shows it's a 200 Code, but it doesnt show the Body data (Where i should extract the JSON expressions I need), in Mac OS there's a special configuration i need to run? I'm unable to find the jmeter.properties file also.

JMeter不显示响应数据,JSON或文本.

JMeter doesn't show response data, JSON or text.

响应示例():

响应码:200.响应消息:确定

Response code: 200.Response message: OK

推荐答案

我之前有这个确切的问题,并且已经更新了另一篇文章.对我来说,我不得不切换到使用Java版本8,但是版本9也可以使用.就我而言,版本9不起作用,但使用版本8则起作用.

I had this exact issue earlier and already updated another post.For me, I had to switch to using Java version 8, but version 9 may also work. In my case, version 9 did not work, but using version 8 did.

这篇关于无法在MAC OS上的JMeter中看到侦听器响应主体数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 08:37