51Testing软件测试论坛

标题: 做关联时,无法获取sessionid? [打印本页]

作者: wuwanhai    时间: 2012-8-13 09:01
标题: 做关联时,无法获取sessionid?
本人新手,用loadrunner11做自动关联时,无法自动关联,手动关联没有获取sessionid,不知从何处进行关联,请大侠们指教,谢谢!以下是我录制的脚本:
Action()
{

        web_url("eInformation",
                "URL=http://198.198.198.11:7001/eInformation/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        web_reg_save_param_ex(
                "ParamName=Submitid",
                "LB=Value=",
                "RB="",
                SEARCH_FILTERS,
                LAST);
        lr_start_transaction("login");

        lr_think_time(14);

        web_submit_form("login.shtml",
                "Snapshot=t2.inf",
                ITEMDATA,
                "Name=userId", "Value=admin", ENDITEM,
                "Name=userPwd", "Value=888888", ENDITEM,
                "Name=Submit.x", "Value=51", ENDITEM,
                "Name=Submit.y", "Value=8", ENDITEM,
                EXTRARES,
                "URL=images/theme/top.jpg", "Referer=http://198.198.198.11:7001/eInformation/pages/index/top.html", ENDITEM,
                "URL=images/theme/top_but.gif", "Referer=http://198.198.198.11:7001/eInformation/pages/index/top.html", ENDITEM,
                "URL=images/theme/left/home.gif", "Referer=http://198.198.198.11:7001/eInformation/pages/index/left.html", ENDITEM,
                "URL=images/theme/left/report00.gif", "Referer=http://198.198.198.11:7001/eInformation/pages/index/left.html", ENDITEM,
                "URL=images/theme/left/report.gif", "Referer=http://198.198.198.11:7001/eInformation/pages/index/left.html", ENDITEM,
                "URL=assets/css/treeview/treeview-sprite.gif", "Referer=http://198.198.198.11:7001/eInformation/pages/index/left.html", ENDITEM,
                "URL=images/theme_blue/bg1.jpg", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=charts/MSCombiDY2D.swf", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=charts/AngularGauge.swf", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=system/note.shtml?action=firstNotes", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=images/theme/button_bg.gif", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=images/theme/home.gif", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=images/theme/shticon.gif", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=images/theme/pt_new.gif", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=assets/css/treeview/treeview-loading.gif", "Referer=http://198.198.198.11:7001/eInformation//graphJC.shtml?action=main", ENDITEM,
                "URL=images/theme/left/sep_but2.gif", "Referer=http://198.198.198.11:7001/eInformation/pages/index/sepline.html", ENDITEM,
                LAST);

        lr_end_transaction("login", LR_AUTO);

        lr_start_transaction("chaxun");

        lr_think_time(10);

        web_url("A4020.shtml",
                "URL=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://198.198.198.11:7001/eInformation/pages/index/left.html",
                "Snapshot=t3.inf",
                "Mode=HTML",
                EXTRARES,
                "URL=images/theme/money.gif", "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011", ENDITEM,
                "URL=images/theme/date.gif", "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011", ENDITEM,
                "URL=images/theme/datagridtitle.gif", "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011", ENDITEM,
                "URL=images/theme_blue/tab_buttom.gif", "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011", ENDITEM,
                "URL=images/theme/report.gif", "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011", ENDITEM,
                LAST);

        web_submit_data("A4020.shtml_2",
                "Action=http://198.198.198.11:7001/eInformation/A4020.shtml?action=queryRpt",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt&rptType=KJ&rptCyc=0&SM=500011",
                "Snapshot=t4.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=rptType", "Value=KJ", ENDITEM,
                "Name=rptCyc", "Value=0", ENDITEM,
                "Name=SM", "Value=500011", ENDITEM,
                "Name=orgNo", "Value=00000", ENDITEM,
                "Name=orgName", "Value=00000", ENDITEM,
                "Name=tempName", "Value=00000", ENDITEM,
                "Name=param1", "Value=KJ01", ENDITEM,
                "Name=param2", "Value=0", ENDITEM,
                "Name=rpt", "Value=KJ01", ENDITEM,
                "Name=ccy", "Value=01", ENDITEM,
                "Name=cyc", "Value=0", ENDITEM,
                "Name=year", "Value=", ENDITEM,
                "Name=month", "Value=", ENDITEM,
                "Name=xun", "Value=", ENDITEM,
                "Name=sess", "Value=", ENDITEM,
                "Name=halfY", "Value=", ENDITEM,
                "Name=date", "Value=2012-06-30", ENDITEM,
                "Name=qryUrl", "Value=/eInformation/A4020.shtml?action=toQueryRpt", ENDITEM,
                "Name=location", "Value=当前位置:数据查询 >> 会计报表查询>> ", ENDITEM,
                LAST);

        lr_think_time(4);

        web_submit_data("A4020.shtml_3",
                "Action=http://198.198.198.11:7001/eInformation/A4020.shtml?action=toQueryRpt",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://198.198.198.11:7001/eInformation/A4020.shtml?action=queryRpt",
                "Snapshot=t5.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=rptType", "Value=KJ", ENDITEM,
                "Name=rptCyc", "Value=0", ENDITEM,
                "Name=SM", "Value=500011", ENDITEM,
                "Name=orgNo", "Value=00000", ENDITEM,
                "Name=tempName", "Value=00000", ENDITEM,
                "Name=ccy", "Value=", ENDITEM,
                "Name=cyc", "Value=", ENDITEM,
                "Name=param2", "Value=0", ENDITEM,
                "Name=year", "Value=", ENDITEM,
                "Name=month", "Value=", ENDITEM,
                "Name=xun", "Value=", ENDITEM,
                "Name=sess", "Value=", ENDITEM,
                "Name=halfY", "Value=", ENDITEM,
                "Name=date", "Value=2012-06-30", ENDITEM,
                LAST);

        lr_end_transaction("chaxun", LR_AUTO);

return 0;
}
作者: yakabao    时间: 2012-8-13 14:02
这个不需要关联吧? 没有看明白 sorry
作者: joykao    时间: 2012-8-13 14:08
为啥一直在找sessionid 呢?如果没有怎么办呢
作者: wuwanhai    时间: 2012-8-13 14:37
这个回放时,一直报错404,这个何解啊?
作者: wuwanhai    时间: 2012-8-13 14:37
这个回放时,一直报错404,这个何解啊?
作者: wuwanhai    时间: 2012-8-13 14:37
回复 3# joykao


    这个回放时,一直报错404,这个何解啊?
作者: joykao    时间: 2012-8-13 14:40
可以截图吗?貌似是资源不存在吧?也许和关联没关系,即使要关联也不一定就是sessionid哇。。
作者: wuwanhai    时间: 2012-8-13 15:07
回复 7# joykao

资源是存在的,依你看该脚本如何关联呢。
作者: 云层    时间: 2012-8-13 15:10
不说业务给个脚本,谁能帮你啊。。。。

看起来这个系统应该不需要关联的
作者: mystic    时间: 2012-8-13 15:13
可以发一下你的回放日志分析一下,另外我觉得你这个脚本可能运行不成功,web_reg....ex 这里右边界太模糊,引号没有加转意,应该执行不过去吧。




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