51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 4170|回复: 8
打印 上一主题 下一主题

[原创] loadrunner执行脚本时js引用问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2009-2-19 23:16:13 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
环境:测试的是网站,配置了host文件,进行指定js和css还有image
录制脚本的时候,输入url走的是指定后的ip,但回放脚本的时候就不是指定ip的image和js了,大家又遇到这种情况的嘛
是lr自身有缓存吗,我把系统重启了也还是不行,请指教啊

[ 本帖最后由 zjsx12 于 2009-2-20 09:45 编辑 ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

  • TA的每日心情
    开心
    2017-6-16 09:30
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2009-2-20 09:55:47 | 只看该作者
    应该不是lr的问题吧,找找其他原因呢
    还是请版主解答一下吧,俺也想学习学习

    [ 本帖最后由 随意 于 2009-2-20 09:57 编辑 ]
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2018-2-28 18:04
  • 签到天数: 40 天

    连续签到: 1 天

    [LV.5]测试团长

    3#
    发表于 2009-2-20 10:38:18 | 只看该作者
    貌似和http的传输有关系,可以把代码贴上来么?
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
     楼主| 发表于 2009-2-20 12:25:47 | 只看该作者
    #include "as_web.h"


    Action()
    {
            //web_add_cookie("__utma=40132386.181842245143752420.1235038859.1235038859.1235038859.1; DOMAIN=localhost");

            //web_add_cookie("__utmb=40132386.3.10.1235038859; DOMAIN=localhost");

            ///web_add_cookie("__utmz=40132386.1235038859.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); DOMAIN=localhost");

            //web_add_cookie("_csuid=493f5e3d096ef86d; DOMAIN=localhost");

            web_url("test.jsp",
                    "URL=http://localhost/test.jsp",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=",
                    "Snapshot=t1.inf",
                    "Mode=HTTP",
                    LAST);

            web_concurrent_start(NULL);

            web_url("public_christmas.css",
                    "URL=http://css.1111.com/222/public_christmas.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("layer.css",
                    "URL=http://css.1111.com/222/layer.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("prototype.js",
                    "URL=http://js.1111.com/222/common/prototype.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("buffalo.js",
                    "URL=http://js.1111.com/222/common/buffalo.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("common.js",
                    "URL=http://js.1111.com/222/common/common.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("clientValidate.js",
                    "URL=http://js.1111.com/222/common/clientValidate.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("test.js",
                    "URL=http://js.1111.com/222/index/test.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("search_assistant.js",
                    "URL=http://js.1111.com/222/common/search_assistant.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("1111ajax.js",
                    "URL=http://js.1111.com/222/index/1111ajax.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("indexhtml.js",
                    "URL=http://js.1111.com/222/index/indexhtml.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("advanced_search.js",
                    "URL=http://js.1111.com/222/common/advanced_search.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("widget.php",
                    "URL=http://s7.addthis.com/js/widget.php?v=10",
                    "Resource=1",
                    "RecContentType=application/octet-stream",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("btn_head_search.gif",
                    "URL=http://image.1111.com/222/head/btn_head_search.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_end(NULL);

            web_url("head_christmas.css",
                    "URL=http://css.1111.com/222/head_christmas.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("footer.css",
                    "URL=http://css.1111.com/222/footer.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_start(NULL);

            web_url("bg_orange_nav.gif",
                    "URL=http://image.1111.com/222/head/bg_orange_nav.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("icon_msg.gif",
                    "URL=http://image.1111.com/222/head/icon_msg.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_main_nav.gif",
                    "URL=http://image.1111.com/222/head/bg_main_nav.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_end(NULL);

            web_concurrent_start(NULL);

            web_url("bg_search_bar_orange.gif",
                    "URL=http://image.1111.com/222/head/bg_search_bar_orange.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_search_bar_orangeleft.gif",
                    "URL=http://image.1111.com/222/head/bg_search_bar_orangeleft.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_search_bar_orangeright.gif",
                    "URL=http://image.1111.com/222/head/bg_search_bar_orangeright.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_cart_checkout.gif",
                    "URL=http://image.1111.com/222/head/bg_cart_checkout.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("widget02.css",
                    "URL=http://s7.addthis.com/static/r04/widget02.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_end(NULL);

            lr_think_time( 8 );

            web_url("222cartSimple.do",
                    "URL=http://localhost/222cartSimple.do",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://localhost/test.jsp",
                    "Snapshot=t2.inf",
                    "Mode=HTTP",
                    LAST);

            web_concurrent_start(NULL);

            web_url("bg_advance_search.gif",
                    "URL=http://image.1111.com/222/head/bg_advance_search.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_category.gif",
                    "URL=http://image.1111.com/222/head/bg_category.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_help_bottom.gif",
                    "URL=http://image.1111.com/222/head/bg_help_bottom.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("arrow_down_black.gif",
                    "URL=http://image.1111.com/222/head/arrow_down_black.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_help_rt.gif",
                    "URL=http://image.1111.com/222/head/bg_help_rt.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("lg-bookmark-en.gif",
                    "URL=http://s7.addthis.com/static/btn/lg-bookmark-en.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_end(NULL);

            web_url("bg_help_li.gif",
                    "URL=http://image.1111.com/222/head/bg_help_li.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("category.js",
                    "URL=http://js.1111.com/222/common/category.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("slide_show.js",
                    "URL=http://js.1111.com/222/common/slide_show.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_start(NULL);

            web_url("welcome.jpg",
                    "URL=http://image.1111.com/222/temp_img/slide_show/welcome.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("banner_2.jpg",
                    "URL=http://image.1111.com/222/temp_img/slide_show/banner_2.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("banner_1.jpg",
                    "URL=http://image.1111.com/222/temp_img/slide_show/banner_1.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_search_bar_grayleft.gif",
                    "URL=http://image.1111.com/222/bg_search_bar_grayleft.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_end(NULL);

            web_url("icon_category_close.gif",
                    "URL=http://image.1111.com/222/head/icon_category_close.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("arrow_categories.gif",
                    "URL=http://image.1111.com/222/head/arrow_categories.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("ValidateCode",
                    "URL=http://localhost/ValidateCode",
                    "Resource=0",
                    "Referer=http://localhost/test.jsp",
                    "Mode=HTTP",
                    LAST);

            web_url("footer_logo.gif",
                    "URL=http://image.1111.com/222/footer_logo.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("payment_shipping.jpg",
                    "URL=http://image.1111.com/222/payment_shipping.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_start(NULL);

            web_url("login_bg.gif",
                    "URL=http://image.1111.com/seller/login_bg.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("bg_search_bar_grayright.gif",
                    "URL=http://image.1111.com/222/bg_search_bar_grayright.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    5#
     楼主| 发表于 2009-2-20 12:26:09 | 只看该作者
    web_url("icon_goback.gif",
                    "URL=http://image.1111.com/222/icon_goback.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("ga.js",
                    "URL=http://www.google-analytics.com/ga.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("btn_orange.gif",
                    "URL=http://image.1111.com/222/btn_orange.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("__utm.gif",
                    "URL=http://www.google-analytics.com/__utm.gif?utmwv=4.3&utmn=877752474&utmhn=localhost&utmcs=utf-8&utmsr=1024x768&utmsc=16-bit&utmul=zh-cn&utmje=1&utmfl=9.0%20r124&utmdt=login&utmhid=649793259&utmr=-&utmp=/test.jsp&utmac=UA-5394981-1&utmcc=__utma%3D40132386.181842245143752420.1235038859.1235038859.1235039062.2%3B%2B__utmz%3D40132386.1235038859.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("100lo.gif",
                    "URL=http://s7.addthis.com/live/t00/100lo.gif?mcv8vc&CXNID=2000001.5215456080540439072NXC",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_url("icon_cross.gif",
                    "URL=http://image.1111.com/222/icon_cross.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/test.jsp",
                    LAST);

            web_concurrent_end(NULL);

            lr_think_time( 5 );

            //web_add_cookie("__utma=40132386.181842245143752420.1235038859.1235038859.1235039062.2; DOMAIN=localhost");

            //web_add_cookie("__utmb=40132386.1.10.1235039062; DOMAIN=localhost");

            //web_add_cookie("__utmc=40132386; DOMAIN=localhost");

            web_submit_data("login.do",
                    "Action=http://localhost/login.do",
                    "Method=POST",
                    "RecContentType=text/html",
                    "Referer=http://localhost/test.jsp",
                    "Snapshot=t3.inf",
                    "Mode=HTTP",
                    ITEMDATA,
                    "Name=domainname", "Value=admin@1111.com", ENDITEM,
                    "Name=password", "Value=111111", ENDITEM,
                    "Name=code", "Value=r2z8", ENDITEM,
                    LAST);

            web_concurrent_start(NULL);

            web_url("public_christmas.css_2",
                    "URL=http://css.1111.com/222/public_christmas.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("prototype.js_2",
                    "URL=http://js.1111.com/222/common/prototype.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("order.css",
                    "URL=http://css.1111.com/222/order.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("buffalo.js_2",
                    "URL=http://js.1111.com/222/common/buffalo.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("common.js_2",
                    "URL=http://js.1111.com/222/common/common.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("clientValidate.js_2",
                    "URL=http://js.1111.com/222/common/clientValidate.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("search_assistant.js_2",
                    "URL=http://js.1111.com/222/common/search_assistant.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("1111ajax.js_2",
                    "URL=http://js.1111.com/222/index/1111ajax.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("indexhtml.js_2",
                    "URL=http://js.1111.com/222/index/indexhtml.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("advanced_search.js_2",
                    "URL=http://js.1111.com/222/common/advanced_search.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("widget.php_2",
                    "URL=http://s7.addthis.com/js/widget.php?v=10",
                    "Resource=1",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_end(NULL);

            web_url("footer.css_2",
                    "URL=http://css.1111.com/222/footer.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("head_christmas.css_2",
                    "URL=http://css.1111.com/222/head_christmas.css",
                    "Resource=1",
                    "RecContentType=text/css",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_start(NULL);

            web_url("bg_orange_nav_long.gif",
                    "URL=http://image.1111.com/222/head/bg_orange_nav_long.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("icon_msg.gif_2",
                    "URL=http://image.1111.com/222/head/icon_msg.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_main_nav.gif_2",
                    "URL=http://image.1111.com/222/head/bg_main_nav.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_end(NULL);

            web_concurrent_start(NULL);

            web_url("bg_search_bar_orange.gif_2",
                    "URL=http://image.1111.com/222/head/bg_search_bar_orange.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_search_bar_orangeleft.gif_2",
                    "URL=http://image.1111.com/222/head/bg_search_bar_orangeleft.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_end(NULL);

            web_url("222cartSimple.do_2",
                    "URL=http://localhost/222cartSimple.do",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://localhost/login.do",
                    "Snapshot=t4.inf",
                    "Mode=HTTP",
                    LAST);

            web_url("bg_search_bar_orangeright.gif_2",
                    "URL=http://image.1111.com/222/head/bg_search_bar_orangeright.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("category.js_2",
                    "URL=http://js.1111.com/222/common/category.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_start(NULL);

            web_url("bg_cart_checkout.gif_2",
                    "URL=http://image.1111.com/222/head/bg_cart_checkout.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_category.gif_2",
                    "URL=http://image.1111.com/222/head/bg_category.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_end(NULL);

            web_url("btn_head_search.gif_2",
                    "URL=http://image.1111.com/222/head/btn_head_search.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_start(NULL);

            web_url("arrow_down_black.gif_2",
                    "URL=http://image.1111.com/222/head/arrow_down_black.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_help_bottom.gif_2",
                    "URL=http://image.1111.com/222/head/bg_help_bottom.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_help_rt.gif_2",
                    "URL=http://image.1111.com/222/head/bg_help_rt.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_help_li.gif_2",
                    "URL=http://image.1111.com/222/head/bg_help_li.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_advance_search.gif_2",
                    "URL=http://image.1111.com/222/head/bg_advance_search.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_end(NULL);

            web_url("slide_show.js_2",
                    "URL=http://js.1111.com/222/common/slide_show.js",
                    "Resource=1",
                    "RecContentType=text/javascript",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_start(NULL);

            web_url("banner_2.jpg_2",
                    "URL=http://image.1111.com/222/temp_img/slide_show/banner_2.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("welcome.jpg_2",
                    "URL=http://image.1111.com/222/temp_img/slide_show/welcome.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("banner_1.jpg_2",
                    "URL=http://image.1111.com/222/temp_img/slide_show/banner_1.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_concurrent_end(NULL);

            web_url("icon_category_close.gif_2",
                    "URL=http://image.1111.com/222/head/icon_category_close.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_search_bar_grayleft.gif_2",
                    "URL=http://image.1111.com/222/bg_search_bar_grayleft.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("valentines_day_2009.jpg",
                    "URL=http://image.1111.com/222/temp_img/slide_show/valentines_day_2009.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/login.do",
                    LAST);
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    6#
     楼主| 发表于 2009-2-20 12:26:26 | 只看该作者
    web_url("payment_shipping.jpg_2",
                    "URL=http://image.1111.com/222/payment_shipping.jpg",
                    "Resource=1",
                    "RecContentType=image/jpeg",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("footer_logo.gif_2",
                    "URL=http://image.1111.com/222/footer_logo.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("bg_order_lmenu.gif",
                    "URL=http://image.1111.com/222/bg_order_lmenu.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            web_url("account_shopping_guide.gif",
                    "URL=http://image.1111.com/222/account_shopping_guide.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://localhost/login.do",
                    LAST);

            return 0;
    }
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-9-20 12:50
  • 签到天数: 2 天

    连续签到: 1 天

    [LV.1]测试小兵

    7#
    发表于 2011-9-6 10:39:38 | 只看该作者
    我也遇到这种问题了,来找解决办法,没有答案哪
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    8#
    发表于 2011-9-6 11:08:29 | 只看该作者
    在录制的时候就是从js.1111.com取得, 所以回放时会从js.1111.com里取js和css还有image。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    9#
    发表于 2011-9-6 13:14:02 | 只看该作者
    换一种方式录制试试看。
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-10-6 12:25 , Processed in 0.092911 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表