首页 > 其他 > 详细

jmeter.properties常用配置项讲解

时间:2021-06-22 22:16:20      阅读:20      评论:0      收藏:0      [点我收藏+]

jmeter.properties

所在目录:D:\tools\jmeter\apache-jmeter-5.4.1\bin ,jmeter安装目录下的bin目录

是jmeter的核心配置项文件

官方建议:

官方文档: https://jmeter.apache.org/usermanual/properties_reference.html

默认语言设置:

  • language=en:默认英文
  • language=zh_CN:默认中文

注意:这个只有在 jmeter.properties 文件中声明才会生效,官方也提醒了

配置默认编码格式
  • sampleresult.default.encoding=ISO-8859-1:默认ISO-8859-1
  • sampleresult.default.encoding=UTF-8:可以改成常用的UTF-8
输出测试报告模板格式

jmeter.save.saveservice.output_format=csv

捕捉cookie

Cookies应该存储为变量

CookieManager.save.cookies=false:默认

CookieManager.save.cookies=true:将cookie存储为变量

快捷方式(ctrl+数字0-9)
  • gui.quick_0=ThreadGroupGui 线程组

  • gui.quick_1=HttpTestSampleGui http请求

  • gui.quick_2=RegexExtractorGui 正则表达式提取器

  • gui.quick_3=AssertionGui 响应断言

  • gui.quick_4=ConstantTimerGui 固定定时器

  • gui.quick_5=TestActionGui 测试活动

  • gui.quick_6=JSR223PostProcessor JSR223后置处理程序

  • gui.quick_7=JSR223PreProcessor JSR223预处理程序

  • gui.quick_8=DebugSampler 调试取样器

  • gui.quick_9=ViewResultsFullVisualizer 查看结果树

post请求,若不添加Content-Type,则不会默认添加Content-type

在5.0版本之前默认是true

post_add_content_type_if_missing=false:默认

post_add_content_type_if_missing=true:添加Content-Type: application/x-www-form-urlencoded

配置远程主机 host

remote_hosts=127.0.0.1

jmeter.properties常用配置项讲解

原文:https://www.cnblogs.com/blog-123/p/14920106.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!