TA的每日心情 | 开心 2014-12-26 13:34 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
测试网站的访问地址:http://testserver/first
使用VuGen录制脚本录制注销时,代码如下:- vuser_end()
- {
- web_url("userAction.struts_2",
- "URL=http://testserver/first/userAction.struts?actionType=showMain&menuTypeID=131767bM10677dcf57fMbe111e0cdb401948a61e16bf3b4130fa",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=",
- "Snapshot=t4.inf",
- "Mode=HTML",
- EXTRARES,
- "Url=jsp/images/costdb/top.swf", "Referer=http://testserver/first/indexPage.struts", ENDITEM,
- LAST);
- }
复制代码 录制完成后回放出错:
vuser_end.c(3): web_url("first") 最高严重级别为“ERROR”,38230 个正文字节,636 个标头字节,113 个成块开销字节 [MsgId: MMSG-26387]
错误指向: web_url("userAction.struts_2",
对于错误代码[MsgId: MMSG-26387],LoadRunner没有给出任何说明。
我以前遇到过类似情况,是需要修改web_url("userAction.struts_2", 中" "的名称。
不知哪位仁兄知道LoadRunner脚本中web_url("Name" 中Name的取值原理?
谁帮我解决了此问题,我给10朵鲜花! sdlkfj2
[ 本帖最后由 higkoo 于 2007-8-21 16:17 编辑 ] |
|