Loadrunner与Jmeter区别,谁能和我说说为什么呢?
关于"Accept-Encoding"的一个问题这是LR的开头一段代码
Action()
{
web_reg_find("Text=Site Manager :. Login",
LAST);
web_add_auto_header("Accept-Language",
"zh-cn");
web_add_auto_header("Accept-Encoding",
"gzip, deflate");
web_url("reports.jhtml",
"URL=http://192.168.10.172:9990/backend/reports.jhtml",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
。。。。。。。。
开头的脚本代码是这样的。
我想不压缩把web_add_auto_header("Accept-Encoding",
"gzip, deflate");删除了
脚本编译也成功的!
但我放进Run Load Tests里去运行成功后得到的结果为什么是压缩的?
我把压缩的删除了啊!
还有后面也没有web_add_auto_header("Accept-Encoding",
"gzip, deflate");字样
而且我用Jmeter删除了Accept-Encoding",
"gzip, deflate"
运行的结果是非压缩的!
为什么2者删除得到相反的结果!
LR删除=没有删除一样呢?
而Jmeter却得到了我想得到的结果呢?
PS:LR是开始出现这样Accept-Encoding",
"gzip, deflate"
即为总压缩
而Jmeter为每个页都有Accept-Encoding",
"gzip, deflate"
理论上都是说得通的!
奇怪的就是我却用LR不行!郁闷
页:
[1]