|
9#
楼主 |
发表于 2007-5-31 19:23:40
|
只看该作者
我设计的场景是50个用户同时并发;设置的时间为20分钟;迭代为1;Pacing选的是第一项;思考时间是第二项里面的第一个;
出现了如下的错误:
Action.c(8): Error -27796: Failed to connect to server "192.168.1.11:8080": [10061] Connection refused
Action.c(8): Error -27791: Server "192.168.1.11" has shut down the connection prematurely
Action.c(77): Error -27195: "web_find" failed. 0 occurrence(s) of "07" found (RightOf="20", LeftOf="")
Action.c(8): Error -26377: No match found for the requested parameter "WCSParam_Diff1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
补充一下:脚本回放没有问题;关联用lr_output_message("WCSParam_Diff1 %s",lr_eval_string("{WCSParam_Diff1}"));这个已经验证没有问题;不用测试工具正常登陆也没有问题;运行时的连接超时时间设置为120. |
|