|
如题, 我想在登录时并发多用户, 为了尽量真实, 所以需要很多用户, 这就涉及到了参数化,制作参数数据。 然后又导致了这个问题,如何能自动注册那么多有效的用户。
一定是有办法的应该,在一些教程里听过, 但自己好像一直没试验成功, 老是报一些错误看不明白。 我是这样做的:
1)录制一个注册脚本, 在用户名后+1, 对1进行参数化, 参数类型选择iteration number -------unique----each iteration
2) 运行时设置迭代次数为100, 回放。
这个思路对吗?
其间报过这些错误:请帮忙说下是怎么回事?怎么解决?
1> reg.c(35): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://com.cri.cn/Manager/UserManager/edituser.aspx?action=add" [MsgId: MERR-26612]
reg.c(35): Warning -26200: At least one of the resources specified by EXTRARES has not been downloaded due to the above error(s) [MsgId: MWAR-26200]
reg.c(35): web_submit_data("edituser.aspx_3") highest severity level was "ERROR", 2907 body bytes, 240 header bytes [MsgId: MMSG-26388]
2> Action.c(16): Error -26377: No match found for the requested parameter "PeopleSoftsessionID5". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(16): web_submit_data("regist.aspx_2") highest severity level was "ERROR", 20809 body bytes, 729 header bytes [MsgId: MMSG-26388] |
|