美文网首页jmeter
解决jmeter响应中文为乱码

解决jmeter响应中文为乱码

作者: 夏天的吃瓜群众 | 来源:发表于2018-02-26 16:17 被阅读0次

    共有两种方法:

    1、修改jmeter.properties

    打开Jmeter安装目录/bin/jmeter.properties文件,修改#sampleresult.default.encoding=ISO-8859-1为 sampleresult.default.encoding=utf-8 (注意去掉开头的#注释),重启JMeter即可,如下图所示:

    2、添加BeanShell PostProcessor

    选择Http请求,右键选择:添加 -> 后置处理器 -> BeanShell PostProcessor,在下方的Script中填入:prev.setDataEncoding("UTF-8");,如下图所示:

    相关文章

      网友评论

        本文标题:解决jmeter响应中文为乱码

        本文链接:https://www.haomeiwen.com/subject/bopyxftx.html