Jmeter with Badboy

来源:互联网 发布:合肥市行知学校校长 编辑:程序博客网 时间:2024/06/04 00:38

Badboy

makes web testing and development easier with dozens of features including a simple yet comprehensive capture/replay interface, powerful load testing support, detailed reports, graphs and much more!

对不同的website做性能测试,jmeter脚本中http request组件所需要的参数不一样, badboy可以很直观的列出必须的参数

django:    csrfmiddlewaretoken ${csrfmiddlewaretoken}      choice  ${__Random(11,14)}  drupal:     form_build_id   ${form_build_id}        form_token  ${form_token}       form_id ${form_id}      subject[0][value]   ${comment_post_ID}      comment_body[0][value]  <p>comment_${form_build_id}</p>                                 comment_body[0][format] ${format}       op  ${op}   

Download
github badboy 2.2.5

Steps

1, input url to the adress
2, operate on the right browser
3, get parameters from left panel
4, File-> Export to Jmeter…
5, open .jmx with Jmeter
这里写图片描述

原创粉丝点击