TA的每日心情 | 无聊 2017-11-26 18:46 |
---|
签到天数: 382 天 连续签到: 1 天 [LV.9]测试副司令
|
求助各位大侠:
使用Loadrunner11版本的windows sockets协议录制C/S架构的软件的时候,
Action中没有出现Lrs_send的脚本,通过查看Recoding Log,发现出现了send failed的日志,求怎么处理??
是不是我的录制的设置中有所什么不对的吗???
相关的代码:
09:33:06.839 /* WSAStartup(): process 1348 using flags 0 */
09:33:06.843 /* ReadCommWindowInfo: HttpInterceptMode = 0 */
09:33:06.855 /* connect(): socket 1348:1888 tried to connect with family 2, port 30002, and address 0x79c9224e. Return value: 0 */
09:33:06.859 /* */
09:33:06.863 /* recv failed */
09:33:06.866 /* */
09:33:06.869 /* recv failed */
09:33:06.873 /* */
09:33:06.876 /* recv failed */
09:33:06.881 /* */
09:33:06.884 /* recv failed */
09:33:06.887 /* */
09:33:06.890 /* recv failed */
09:33:06.894 /* */
09:33:06.898 /* send failed */ //就是这里出现了send failed,导致没有lrs_send的脚本。
09:33:06.901 /* */
09:33:06.904 /* send failed */
09:33:07.190 /* */
09:33:07.197 /* recv failed */
09:33:07.205 /* */
|
|