51Testing软件测试论坛

标题: loadrunner为什么用url录制时,有些脚本会有_2 [打印本页]

作者: qrc55066508    时间: 2014-9-11 16:13
标题: loadrunner为什么用url录制时,有些脚本会有_2
web_url("ISAnimate1.css",
                "URL=http://s1.bdstatic.com/r/www/search/is/css/ISAnimate1.css",
                "Resource=1",
                "RecContentType=text/css",
                "Referer=http://www.baidu.com/search/is/index.html",
                "Snapshot=t317.inf",
                LAST);

        web_concurrent_end(NULL);

        web_url("ISAnimate1.css_2",
                "URL=http://s1.bdstatic.com/r/www/search/is/css/ISAnimate1.css",
                "Resource=1",
                "RecContentType=text/css",
                "Referer=http://www.baidu.com/search/is/index.html",
                "Snapshot=t318.inf",
                LAST);

        web_url("browserHint.html",
                "URL=http://www.baidu.com/search/is/browserHint.html",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://www.baidu.com/search/is/index.html",
                "Snapshot=t319.inf",
                "Mode=HTTP",
                LAST);

        web_url("browserHint.html_2",
                "URL=http://www.baidu.com/search/is/browserHint.html",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://www.baidu.com/search/is/index.html",
                "Snapshot=t320.inf",
                "Mode=HTTP",
                LAST);

作者: fairylly    时间: 2014-9-11 16:30
本帖最后由 fairylly 于 2014-9-11 16:39 编辑

web_url("ISAnimate1.css",
                "URL=http://s1.bdstatic.com/r/www/search/is/css/ISAnimate1.css",

第一个参数是名字,默认是以URL路径最后的文件名来命名的
两个web_url函数访问同一个url,不能都命名成一样的,就做成规则:_2/_3/_4咯
作者: qrc55066508    时间: 2014-9-11 16:56
fairylly 发表于 2014-9-11 16:30
web_url("ISAnimate1.css",
                "URL=http://s1.bdstatic.com/r/www/search/is/css/ISAnimate ...

3q,谢谢解惑




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