|
求助,那位高手能帮看看,我录制的脚本中web_lik函数总是一串空格,录制的脚本如下:
web_link(" ",
"Text= ",
"Ordinal=1",
"Snapshot=t4.inf",
EXTRARES,
"Url=resources/images/common/button_01a.gif", "Referer=http://192.168.11.14:8001/gzcg/module.do?todo=getModuleList", ENDITEM,
"Url=resources/images/common/oa.gif", "Referer=http://192.168.11.14:8001/gzcg/module.do?todo=getModuleList", ENDITEM,
LAST);
运行后出现如下提示:
Action.c(42): web_link(" ") highest severity level was "warning", 20064 body bytes, 1111 header bytes, 21 chunking overhead bytes [MsgId: MMSG-26387]
Action.c(62): Notify: Transaction "login" ended with "Pass" status (Duration: 3.6670). |
|