51Testing软件测试论坛

标题: 编写脚本的疑问! [打印本页]

作者: sherry1980    时间: 2007-11-20 18:10
标题: 编写脚本的疑问!
web_url("198.88.88.88",
                "URL=http://198.88.88.88/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        lr_think_time(11);

        web_submit_form("Login.action",
                "Snapshot=t2.inf",
                ITEMDATA,
                "Name=username", "Value=000000", ENDITEM,
                "Name=password", "Value=000000", ENDITEM,
                "Name=compId", "Value=abc", ENDITEM,
                "Name=Submit22.x", "Value=29", ENDITEM,
                "Name=Submit22.y", "Value=35", ENDITEM,
                EXTRARES,
                "Url=/images/BannerBG.gif", "Referer=http://198.88.88.88/KnHeader.jsp", ENDITEM,
                "Url=/images/menu_open.gif", "Referer=http://198.88.88.88/menu.jsp", ENDITEM,
                LAST);
上面的代码我录制的话,运行是没有问题的,但是我自己写代码的后,就会到web_sumbit_form的地方运行不过错误如下:
ction.c(13): 错误 -27979: 找不到请求的表单          [MsgId: MERR-27979]
Action.c(13): web_submit_form("//198.88.88/Login.action") 最高严重级别为“ERROR”,0 个正文字节,0 个标头字节          [MsgId: MMSG-26388]
难道不能这样吗?
作者: bluemoon1999    时间: 2007-11-20 21:13
是这样的错误吧. 拿一个不存在的FORM 去提交.LR 会判断为ERROR .然后自动中止.
以下代码 是我拿一个不存在的FORM 提交后的错误日志.

unning Vuser...
Starting iteration 1.
Starting action Action.
Action.c(6): Error -27985: There is no context for HTML-based functions. A previous function may not have used "Mode=HTML" or downloaded only non-HTML page(s), or the context has been reset (e.g., due to a GUI-based function)          [MsgId: MERR-27985]
Action.c(6): web_submit_form("employee.exe") highest severity level was "ERROR", 0 body bytes, 0 header bytes          [MsgId: MMSG-26388]
Ending action Action.
Ending iteration 1.
Ending Vuser...
作者: sherry1980    时间: 2007-11-21 09:28
但是这一段运行是没有问题的的。
web_url("198.88.88.88",
                "URL=http://198.88.88.88/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);
一到web_submit_form就不行了。




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