怎么对请求进行响应断言

  • 右键 HTTP Request

  • 点击add --> Assertions --> Response Assertion

断言组件就添加成功

配置响应断言

Field to Test 下面就是断言的各种方法

  • Text Response 文本断言

Patterns to Test输入title之间包含的文字,及配置成功

  • Response Code 响应码断言

Patterns to Test输入响应码,比如 200

  • Response Message
  • Request Headers
  • URL Sampled
  • Document(text)
  • Request Data

然后运行但并发压测,验证断言添加是否正确,在View Results Tree中查看结果

怎么使用聚合报告

  • 右键 Thread Group

  • 点击 Add --> Listener --> Aggregate Report

聚合报告就添加了

性能指标解读

  • Average: 单个请求的平均响应时间
  • Median: 中位数,也就是50%用户的响应时间
  • 90%Line: 90%用户的响应时间
  • 95%Line: 95%用户的响应时间
  • 99%Line: 99%用户的响应时间
  • Min: 最小的请求响应时间
  • Max: 最大的请求响应时间
  • Error%: 错误率
  • Throughput: 吞吐量
  • Received KB/sec: 每秒从服务器接收到的数据量
  • Sent KB/sec: 每秒从客户端发送的请求的数量