51Testing软件测试论坛

标题: loadrunner11 示例程序tourial的关联问题 [打印本页]

作者: xujian8919    时间: 2011-7-20 13:06
标题: loadrunner11 示例程序tourial的关联问题
请教大家一下,loadrunner11 示例程序tourial里,先单击 HP Web Tours 主页上的 administration (管理)链接。将打开administration (管理)页面。然后选择具有以下标题的复选框:Set LOGIN form's action tag to an error page.(将 LOGIN 表单的操作标记设置为错误页面。)向下滚动到页面底部并单击Update (更新)。录制一个订票脚本,回放脚本时出错,扫描脚本以查找需要关联时,在关联结果时,没看到任何需要关联的
[attach]74305[/attach]
作者: msnshow    时间: 2011-7-21 22:26
不一定是需要关联啊
作者: zhang.yuandong    时间: 2011-7-22 09:39
这个脚本要在你打过勾之后重新录制的才行
作者: xujian8919    时间: 2011-7-22 14:49
回复 2# msnshow


    但是他提示错误啊
作者: shuihan    时间: 2011-8-12 10:19
我也遇到了同样的问题,不知道什么原因
作者: ansj    时间: 2012-5-18 13:05
遇到同样的问题,而且手动关联后也不能成功,脚本如下:
Action()
{
    web_reg_save_param("login1","LB=name=userSession Value=","RB=>",LAST);

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

        lr_think_time(9);

        web_submit_data("login.pl",
                "Action=http://localhost:1080/WebTours/login.pl",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/nav.pl?in=home",
                "Snapshot=t2.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=userSession", "Value={login1}", ENDITEM,
                "Name=username", "Value=zq", ENDITEM,
                "Name=password", "Value=zq", ENDITEM,
                "Name=JSFormSubmit", "Value=on", ENDITEM,
                "Name=login.x", "Value=56", ENDITEM,
                "Name=login.y", "Value=7", ENDITEM,
                LAST);

        web_image("SignOff Button",
                "Alt=SignOff Button",
                "Snapshot=t3.inf",
                LAST);

        return 0;
}


返回结果:
Action.c(5): Error -26377: No match found for the requested parameter "login1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size          [MsgId: MERR-26377]
Action.c(5): web_url("WebTours") highest severity level was "ERROR", 6876 body bytes, 1808 header bytes          [MsgId: MMSG-26388]

求高手解答下,谢谢
作者: ldf326    时间: 2012-5-18 14:18
回复 6# ansj


    改成这样:

        web_reg_save_param("login1",
                "LB=value=",
                "RB=>\n",
                LAST);
作者: ansj    时间: 2012-5-18 14:43
回复 7# ldf326


    改成楼上的,报错信息:
Error: The table 'E:\LR\login1\NewParam.dat' does not exist.        [MsgId: MERR-13889]
Warning: Extension parameng.dll reports error -13889 on call to function ExtPerProcessInitialize        [MsgId: MWAR-10485]
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.        [MsgId: MERR-10176]
作者: ldf326    时间: 2012-5-18 15:04
本帖最后由 ldf326 于 2012-5-18 15:11 编辑

回复 8# ansj
[attach]79086[/attach]

    是你的参数化有问题,Error: The table 'E:\LR\login1\NewParam.dat' does not exist.
不要做成文件类型的,选择为vuser id
作者: 风香玉    时间: 2012-6-16 11:56
用html模式录制脚本就好了,不能用URL模式录制,但是我也不知道后面的道理。。。
作者: 风香玉    时间: 2012-6-16 15:35
说错了,不是这个,抱歉
作者: qiqiloveyunyun    时间: 2012-6-17 13:05
没提示错误,是因为没跑到登录后的页面时,系统会重定向到登陆页面,此时LR也不会判断脚本出错,但如果你添加完文本检查点后,会看到,明显出错。顺便推广一下我的测试交流群:229403339,哈哈,希望加入
作者: 笨笨家的莫莫    时间: 2012-6-19 15:10
我的改成这样,还是fail
Action()
{
   web_reg_save_param("login1",
                "LB=value=",
                "RB=>\n",
                LAST);

请帮忙解决。
作者: 笨笨家的莫莫    时间: 2012-6-19 15:12
代码如下:
Action()
{
   web_reg_save_param("login1",
                "LB=value=",
                "RB=>\n",
                LAST);

        web_url("WebTours",
                "URL=http://localhost:1080/WebTours/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t9.inf",
                "Mode=HTML",
                LAST);

        lr_think_time(7);

        web_submit_data("login.pl",
                "Action=http://localhost:1080/WebTours/login.pl",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/nav.pl?in=home",
                "Mode=HTML",
                ITEMDATA,
                "Name=userSession", "Value=108552.169623329ffiDzfcpccfDDfAVpQVDDf", ENDITEM,
                "Name=username", "Value=jojo", ENDITEM,
                "Name=password", "Value=bean", ENDITEM,
                "Name=JSFormSubmit", "Value=on", ENDITEM,
                LAST);

        web_submit_data("login.pl_2",
                "Action=http://localhost:1080/WebTours/login.pl",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/nav.pl?in=home",
                "Snapshot=t10.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=userSession", "Value=108552.169623329ffiDzfcpccfDDfAVpQVDDf", ENDITEM,
                "Name=username", "Value=jojo", ENDITEM,
                "Name=password", "Value=bean", ENDITEM,
                "Name=JSFormSubmit", "Value=on", ENDITEM,
                "Name=login.x", "Value=0", ENDITEM,
                "Name=login.y", "Value=0", ENDITEM,
                LAST);

        web_image("Search Flights Button",
                "Alt=Search Flights Button",
                "Snapshot=t11.inf",
                LAST);

        lr_think_time(19);

        web_url("FormDateUpdate.class",
                "URL=http://localhost:1080/WebTours/FormDateUpdate.class",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Mode=HTML",
                LAST);

        web_url("CalSelect.class",
                "URL=http://localhost:1080/WebTours/CalSelect.class",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Mode=HTML",
                LAST);

        web_url("Calendar.class",
                "URL=http://localhost:1080/WebTours/Calendar.class",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Mode=HTML",
                LAST);

        web_submit_data("reservations.pl",
                "Action=http://localhost:1080/WebTours/reservations.pl",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/reservations.pl?page=welcome",
                "Snapshot=t12.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=advanceDiscount", "Value=0", ENDITEM,
                "Name=depart", "Value=Denver", ENDITEM,
                "Name=departDate", "Value=06/20/2012", ENDITEM,
                "Name=arrive", "Value=Los Angeles", ENDITEM,
                "Name=returnDate", "Value=06/21/2012", ENDITEM,
                "Name=numPassengers", "Value=1", ENDITEM,
                "Name=seatPref", "Value=Aisle", ENDITEM,
                "Name=seatType", "Value=Coach", ENDITEM,
                "Name=.cgifields", "Value=roundtrip", ENDITEM,
                "Name=.cgifields", "Value=seatType", ENDITEM,
                "Name=.cgifields", "Value=seatPref", ENDITEM,
                "Name=findFlights.x", "Value=40", ENDITEM,
                "Name=findFlights.y", "Value=4", ENDITEM,
                LAST);

        web_submit_form("reservations.pl_2",
                "Snapshot=t13.inf",
                ITEMDATA,
                "Name=outboundFlight", "Value=030;251;06/20/2012", ENDITEM,
                "Name=reserveFlights.x", "Value=22", ENDITEM,
                "Name=reserveFlights.y", "Value=10", ENDITEM,
                LAST);

        lr_think_time(59);

        web_submit_form("reservations.pl_3",
                "Snapshot=t14.inf",
                ITEMDATA,
                "Name=firstName", "Value=Joseph", ENDITEM,
                "Name=lastName", "Value=Marshall", ENDITEM,
                "Name=address1", "Value=234 Willow Drive", ENDITEM,
                "Name=address2", "Value=San Jose/CA/94085", ENDITEM,
                "Name=pass1", "Value=Joseph Marshall", ENDITEM,
                "Name=creditCard", "Value=12345678", ENDITEM,
                "Name=expDate", "Value=06/10", ENDITEM,
                "Name=saveCC", "Value=<OFF>", ENDITEM,
                "Name=buyFlights.x", "Value=36", ENDITEM,
                "Name=buyFlights.y", "Value=11", ENDITEM,
                LAST);

        lr_think_time(1927);

        web_url("welcome.pl",
                "URL=http://localhost:1080/WebTours/welcome.pl?page=itinerary",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://localhost:1080/WebTours/nav.pl?page=menu&in=flights",
                "Snapshot=t15.inf",
                "Mode=HTML",
                LAST);

        web_image("SignOff Button",
                "Alt=SignOff Button",
                "Snapshot=t16.inf",
                LAST);

        return 0;
作者: cnpaf    时间: 2012-7-16 21:16
回复 6# ansj

我在generation log 里面 发现有两个userSession

    </HEAD><BODY BGCOLOR="#E0E7F1"><br clear>
<form method=post action=login.pl target=body>
<input type=hidden name=userSession value=8454108743.085621709ffQDtHcptzzzzzzHDDfzApiDti>
<form method=post action=error.pl onSubmit='doJSformSubmit1(this)' target=body>
<input type=hidden name=userSession value=1108743.085621709ffQDtHcptzzzzzzHDDfzApiDti>
作者: hahalily    时间: 2012-10-14 19:47
这个问题怎么解决,我也遇到了这种问题,急死了。。。。。。
作者: jeanlolo    时间: 2014-9-26 09:54
求教:这个问题解决了吗?我也遇到这个问题了,哎,愁死了。。。各种办法想尽了啊!!!
作者: lblb521    时间: 2014-9-26 15:43
期待高人解决

作者: lblb521    时间: 2014-9-26 15:47
其实我也遇到了相同的问题,我把我的代码发出来 大神帮看看吧
作者: 云层    时间: 2014-9-26 23:48
本质上的问题都是大家完全没有理解关联的实现原理,只在重复着工具的操作导致的问题
1.你需要明白为啥要做关联
2.你需要知道要关联的内容是什么结构
3.你需要知道怎么检查关联到了没有

否则只是看操作,实际是明白了表面,没有明白道理
作者: 王麦麦    时间: 2014-10-9 17:17
看了几个无非就是关联的左右边界没取对,还有一些是关联函数放的位置都不对,当然就取不到值了。云大还是没说错,你要关联的是什么,内容结构是什么,这才是重点,要不然只会让你更茫然。
作者: jeanlolo    时间: 2014-10-11 12:04
这个问题还是没有解决啊?有人解决了吗?顶一下。。。
作者: jeanlolo    时间: 2014-10-11 21:27
哈哈哈哈……,解决了,回放成功了。。。。不过原因,要靠RP啊!!哥们试吧。。。
作者: ruoyi_xinyu    时间: 2014-12-4 17:02
怎么解决呀大神。。。分享下呗。。。
作者: test-ZQL    时间: 2016-2-15 16:10
ldf326 发表于 2012-5-18 15:04
回复 8# ansj

我也碰到同样的问题,你说的这个在哪里改?
我是新手,不太懂,谢谢!
作者: dannyxch    时间: 2016-7-22 15:21
把路径下已经存在的xxx.bat 文件改名为NewParam.dat就可以了,亲测可用
作者: baiofan    时间: 2016-8-2 15:25
dannyxch 发表于 2016-7-22 15:21
把路径下已经存在的xxx.bat 文件改名为NewParam.dat就可以了,亲测可用

是把所有的.bat的都改成NewParam.dat吗?





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