lnxuexi 发表于 2013-4-15 17:12:55

loadrunner

有没有loadrunner功能介绍,都能做那些。上面那些按钮的作用是什么,新手找不到路了....

omg 发表于 2013-4-15 21:16:02

得学会用搜索引擎。

lnxuexi 发表于 2013-4-16 15:01:50

能问个其他的问题吗?

风剑 发表于 2013-4-16 16:39:43

什么问题??

lnxuexi 发表于 2013-4-16 17:05:21

Action()
{

        web_url("smartedm",
                "URL=http://demo10.zhujinnet.com:8081/smartedm/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=img/login/table_bg.png", ENDITEM,
                LAST);

        lr_think_time(38);

        web_submit_form("welcome.do",
                "Snapshot=t2.inf",
                ITEMDATA,
                "Name=loginNo", "Value=lvadf", ENDITEM,
                "Name=pwd", "Value=2344net", ENDITEM,
                EXTRARES,
                "Url=img/col02bg.gif", ENDITEM,
                "Url=img/content_nav_bar.gif", ENDITEM,
                "Url=img/frame_switch.gif", ENDITEM,
                "Url=img/head_center.png", "Referer=", ENDITEM,
                "Url=img/button5.png", "Referer=", ENDITEM,
                "Url=img/button4.png", "Referer=", ENDITEM,
                "Url=img/button1.png", "Referer=", ENDITEM,
                "Url=img/button6.png", "Referer=", ENDITEM,
                "Url=img/head_left.png", "Referer=", ENDITEM,
                "Url=img/guide1.png", "Referer=", ENDITEM,
                "Url=img/head_right.png", "Referer=", ENDITEM,
                "Url=img/button/hd_row_over_bg.gif", "Referer=", ENDITEM,
                "Url=img/left_ba.gif", "Referer=", ENDITEM,
                "Url=img/left_bg.png", "Referer=", ENDITEM,
                LAST);

        web_url("content.do",
                "URL={logurl}/smartedm/content.do?method=getTipsAjax&nowtime=1366010719328",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://demo10.zhujinnet.com:8081/smartedm/menu.do",
                "Snapshot=t3.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=open-flash-chart.swf", ENDITEM,
                LAST);

        web_url("content.do_2",
                "URL=http://demo10.zhujinnet.com:8081/smartedm/content.do?method=getSysinfoAjax&nowtime=1366010720640",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://demo10.zhujinnet.com:8081/smartedm/content.do",
                "Snapshot=t4.inf",
                "Mode=HTML",
                LAST);

        web_url("content.do_3",
                "URL=http://demo10.zhujinnet.com:8081/smartedm/content.do?method=getServerInfoAjax&nowtime=1366010720640",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://demo10.zhujinnet.com:8081/smartedm/content.do",
                "Snapshot=t5.inf",
                "Mode=HTML",
                LAST);

        return 0;
}

lnxuexi 发表于 2013-4-16 17:05:33

Action()
{

        web_url("smartedm",
                "URL=http://demo10.zhujinnet.com:8081/smartedm/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=img/login/table_bg.png", ENDITEM,
                LAST);

        lr_think_time(38);

        web_submit_form("welcome.do",
                "Snapshot=t2.inf",
                ITEMDATA,
                "Name=loginNo", "Value=lvadf", ENDITEM,
                "Name=pwd", "Value=2344net", ENDITEM,
                EXTRARES,
                "Url=img/col02bg.gif", ENDITEM,
                "Url=img/content_nav_bar.gif", ENDITEM,
                "Url=img/frame_switch.gif", ENDITEM,
                "Url=img/head_center.png", "Referer=", ENDITEM,
                "Url=img/button5.png", "Referer=", ENDITEM,
                "Url=img/button4.png", "Referer=", ENDITEM,
                "Url=img/button1.png", "Referer=", ENDITEM,
                "Url=img/button6.png", "Referer=", ENDITEM,
                "Url=img/head_left.png", "Referer=", ENDITEM,
                "Url=img/guide1.png", "Referer=", ENDITEM,
                "Url=img/head_right.png", "Referer=", ENDITEM,
                "Url=img/button/hd_row_over_bg.gif", "Referer=", ENDITEM,
                "Url=img/left_ba.gif", "Referer=", ENDITEM,
                "Url=img/left_bg.png", "Referer=", ENDITEM,
                LAST);

        web_url("content.do",
                "URL={logurl}/smartedm/content.do?method=getTipsAjax&nowtime=1366010719328",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://demo10.zhujinnet.com:8081/smartedm/menu.do",
                "Snapshot=t3.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=open-flash-chart.swf", ENDITEM,
                LAST);

        web_url("content.do_2",
                "URL=http://demo10.zhujinnet.com:8081/smartedm/content.do?method=getSysinfoAjax&nowtime=1366010720640",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://demo10.zhujinnet.com:8081/smartedm/content.do",
                "Snapshot=t4.inf",
                "Mode=HTML",
                LAST);

        web_url("content.do_3",
                "URL=http://demo10.zhujinnet.com:8081/smartedm/content.do?method=getServerInfoAjax&nowtime=1366010720640",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://demo10.zhujinnet.com:8081/smartedm/content.do",
                "Snapshot=t5.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
页: [1]
查看完整版本: loadrunner