51Testing软件测试论坛

标题: 关联错误 [打印本页]

作者: han_xue1230    时间: 2007-4-16 16:15
标题: 关联错误
我在编辑脚本之后,出现下面的错误
Action.c(403): Error -26377: No match found for the requested parameter "WCSParam_Diff1". 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(403): web_submit_data("login.jsp") highest severity level was "ERROR", 16291 body bytes, 943 header bytes, 13 chunking overhead bytes          [MsgId: MMSG-26387]
Ending action Action.
脚本部分代码如下:
web_reg_save_param( "WCSParam_Diff1", "LB=js/", "RB=>", "Ord=2", "Search=Body", "RelFrameId=1", LAST );
        web_submit_data("login.jsp",
                "Action=http://reg.163.com/login.jsp",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://news.163.com/",
                "Snapshot=t14.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=url", "Value=", ENDITEM,
                "Name=type", "Value=1", ENDITEM,
                "Name=product", "Value=content", ENDITEM,
                "Name=username", "Value={u_name}", ENDITEM,
                "Name=password", "Value={u_password}", ENDITEM,
                LAST);
关联是自动生成的不知道原因在那里
作者: han_xue1230    时间: 2007-4-16 16:22
为什么编译时没有错误,运行就出错了呢
作者: 大漠飞鹰    时间: 2007-4-16 16:24
关联变量WCSParam_Diff1,哪里用到了?
作者: han_xue1230    时间: 2007-4-16 16:26
[WCSPARAM WCSParam_Diff1 18 reg.163.com_new.js] Parameter {WCSParam_Diff1} created by Correlation Studio
作者: han_xue1230    时间: 2007-4-16 16:29
应该是这个了
作者: 大漠飞鹰    时间: 2007-4-16 16:46
你查一查:
1、是否真的需要作关联。很多时候软件会误报。
2、关联的边界是否正确。
作者: han_xue1230    时间: 2007-4-16 17:10
是关联边界错了,但我不会改啊
作者: janelrichard    时间: 2007-4-17 15:06
我也遇到过这样的问题,应该是LR没有识别出需要的关联导致的。
当时是这样解决的。
把同一个动作录两边,然后打开wdiff对比两个的不同。很容易就找到需要关联的地方,多数情况下是一个即时生成的ID。
之后可以做一个参数化试试,或者直接为这个ID做一下关联,就可以了。
LR的报错只是指明了different存在的地方,具体的内容还要手动查找。

你可以试试看,还有问题的话再交流
作者: han_xue1230    时间: 2007-4-17 16:17
哦sdlkfj2
作者: liuwendy    时间: 2007-4-17 16:46
也可以将run time setting 里面的 log 选择成extend log->Date Returned by Server,可以看生成的log里面。找到确切的边界。
作者: mli@dtri.com    时间: 2007-8-21 23:27
学习了




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