摘要:
jmeter -n -t test.jmx -Jthead_name=测试 -Jthead_num=10 -l jtl_log_path -j report_log -e -o tableresult 阅读全文
摘要:
: > test.sh 阅读全文
摘要:
如果涉及两个接口有着不同的http请求头,一定要分别在http请求下面添加http请求头。 遇见的坑:起初是这样添加http请求头 但是发现第二个http请求头根本无法生效 修改成下图才生效 阅读全文