|
Start auto log messages stack - Iteration 14. [MsgId: MMSG-10545]
Starting action TC001_Step1. [MsgId: MMSG-15919]
TC001_Step1.c(3): lr_think_time: 5.00 seconds. [MsgId: MMSG-15948]
TC001_Step1.c(4): web_reg_find started [MsgId: MMSG-26355]
TC001_Step1.c(4): Registering web_reg_find was successful [MsgId: MMSG-26390]
TC001_Step1.c(6): web_url("Launch.jsp") started [MsgId: MMSG-26355]
TC001_Step1.c(6): Error -26366: "Text=Find best matches" not found for web_reg_find, Snapshot Info [MSH 0 1] [MsgId: MERR-26366]
TC001_Step1.c(6): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively., Snapshot Info [MSH 0 1] [MsgId: MERR-26374]
End auto log messages stack. [MsgId: MMSG-10544]
看了脚本, 第六行是 web_url("Launch.jsp",
试了服务器可以正常访问.
求教高手最有可能哪里出了问题?
这个transaction ,55000个访问 pass 500, fail 50000
C file
TC001_Step1{
lr_think_time( 5 );
web_reg_find("Text=Find best matches",
LAST);
web_url("Launch.jsp",
"URL=http://localhost/Launch.jsp?redirect=no",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
......
......
} |
|