51Testing软件测试论坛

标题: 执行事务失败 [打印本页]

作者: vine    时间: 2007-4-6 11:11
标题: 执行事务失败
我在录制脚本时插入了事务,但是执行的时候老是报错,报错信息如下:


Error: Failed to end Transaction time2 (by name). Please check that you made a call to start transaction operation.

Error: Vuser started transaction time1, and never reached a corresponding end transaction statement. The transaction was automatically ended with a fail status.

好像是说没有事务结束语句,但是我不知道改如何编辑我看了一下我有事务结束语句的,哪位高手帮忙看一下问题在哪里啊?

action中的脚本在附件中

不好意思把附件上传了3次,3个一样的

[ 本帖最后由 vine 于 2007-4-6 11:15 编辑 ]
作者: mfktafd    时间: 2007-4-6 11:20
晕倒你的开始事务是:
        lr_start_transaction("time1");
结束是:
        lr_end_transaction("time2", LR_AUTO);

名字都不一样,,把time2改成time1
作者: vine    时间: 2007-4-6 11:23
标题: 回复 #2 mfktafd 的帖子
呵呵,我看到了最近不知道为什么老犯低级错误  sdlkfj1
作者: wgs0923    时间: 2007-4-6 15:24
哈哈~~~一看就知道你是MM了~~~




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