51Testing软件测试论坛

标题: 日志的事务时间的疑问 [打印本页]

作者: Jacks    时间: 2010-12-23 10:10
标题: 日志的事务时间的疑问
我用C/S结构弄一个脚本,脚本对一个提交功能设备事务。我回放后,看了日志,怎么(Duration: 10.0474 Wasted Time: 10.0000).觉得不对啊?
脚本:
lr_start_transaction("chezhantongyonganshu");

        lr_think_time(20);

        lrs_send("socket4", "buf38", LrsLastArg);

        lr_think_time(30);

        lrs_close_socket("socket6");

        lrs_send("socket4", "buf39", LrsLastArg);

        lrs_receive("socket4", "buf40", LrsLastArg);

        lr_end_transaction("chezhantongyonganshu",LR_AUTO);
日志:
Action.c(50): Notify: Transaction "chezhantongyonganshu" started.
Action.c(54): lrs_send(socket4, buf38)
Action.c(58): lrs_close_socket(socket6)
Action.c(60): lrs_send(socket4, buf39)
Action.c(62): lrs_receive(socket4, buf40)
Action.c(62): Mismatch (expected 633 bytes, 0 bytes actually received)
Action.c(64): Notify: Transaction "chezhantongyonganshu" ended with "Pass" status (Duration: 10.0474 Wasted Time: 10.0000).   ////这里不理解
我脚本里还包思考时间呢,我也改变思考时间。怎么Wasted Time每次都是10秒呢,Duration: 10.0474 ,持续时间Duration一般都是10秒多点呢。在线 等待。。。
作者: Jacks    时间: 2010-12-23 14:40
ding
作者: Jacks    时间: 2010-12-23 17:39
ding




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2