TA的每日心情 | 开心 2016-2-22 11:07 |
---|
签到天数: 2 天 连续签到: 1 天 [LV.1]测试小兵
|
录制的是管理员审查注册用户,并允许注册。
录制脚本action.c如下:
web_url("managerindex.jsp",
"URL=http://localhost:8080/reservations/managerindex.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost:8080/reservations/ManagerLoginAction",
"Snapshot=t5.inf",
"Mode=HTML",
EXTRARES,
"Url=images/manage/h.gif", ENDITEM,
"Url=images/manage/tt.gif", ENDITEM,
"Url=images/manage/v.gif", ENDITEM,
"Url=images/pointer.gif", ENDITEM,
"Url=images/bmsz.gif", ENDITEM,
"Url=images/zwsz.gif", ENDITEM,
"Url=images/bar.gif", ENDITEM,
LAST);
web_url("ManagerReview",
"URL=http://localhost:8080/reservations/ManagerReview?time=1367228506658",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost:8080/reservations/managerindex.jsp",
"Snapshot=t6.inf",
"Mode=HTML",
EXTRARES,
"Url=images/background1.jpg", "Referer=http://localhost:8080/reservations/ManagerReview?time=1367228506658", ENDITEM,
LAST);
lr_think_time(5);
web_url("assManagerReview",
"URL=http://localhost:8080/reservations/PassManagerReview?userId=1011",
"Resource=0",
"RecContentType=text/html",
"Referer=http://localhost:8080/reservations/ManagerReview?time=1367228506658",
"Snapshot=t7.inf",
"Mode=HTML",
LAST);
回放的时候报出了以下错误信息,求高手解释具体解答方法!
Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://localhost:8080/reservations/PassManagerReview?userId=1011" [MsgId: MERR-26612 |
|