51Testing软件测试论坛

标题: 关于"Accept-Encoding"的一个问题 [打印本页]

作者: 恢恢    时间: 2006-8-19 17:44
标题: 关于"Accept-Encoding"的一个问题
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删除=没有删除一样呢?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2