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就不行了。