51Testing软件测试论坛

标题: loadrunner [打印本页]

作者: lnxuexi    时间: 2013-4-15 17:12
标题: loadrunner
有没有loadrunner功能介绍,都能做那些。上面那些按钮的作用是什么,新手找不到路了....
作者: omg    时间: 2013-4-15 21:16
得学会用搜索引擎。
作者: lnxuexi    时间: 2013-4-16 15:01
能问个其他的问题吗?
作者: 风剑    时间: 2013-4-16 16:39
什么问题??
作者: lnxuexi    时间: 2013-4-16 17:05
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
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;
}




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