yizhoubo2011 发表于 2016-6-4 17:16:11

Failed to end Transaction

Error: Failed to end Transaction "业务处理" (by name). Please check that you made a call to start transaction operation.

掉渣饼 发表于 2016-6-4 22:31:49

你把这个去了lr_end_transaction("业务处理",LR_AUTO);试试
因为如果在lr_end_transaction中没有指定结束事物状态是LR_AUTO,而是明确制定为LR_PASS、LR_FAIL、 LR_STOP其中的一个,则事物将以最后制定状态来结束;而你只写了一个lr_start_transaction,所以只能有一个对应的lr_end_transaction

yizhoubo2011 发表于 2016-6-5 10:35:20

明天来验证楼上的地方

yizhoubo2011 发表于 2016-6-6 09:48:08

掉渣饼 发表于 2016-6-4 22:31
你把这个去了lr_end_transaction("业务处理",LR_AUTO);试试
因为如果在lr_end_transaction中没有指定结 ...

它又返回一个提示    sorry,don't find the string!

掉渣饼 发表于 2016-6-6 10:50:14

sorry,don't find the string!这个应该是你脚本里定义的输出信息吧。。

yizhoubo2011 发表于 2016-6-6 14:50:38

掉渣饼 发表于 2016-6-6 10:50
sorry,don't find the string!这个应该是你脚本里定义的输出信息吧。。

是的,但是我的理解是,如果我这个文本检查点设置正常的话,应该不会提示sorry,don't find the string

yizhoubo2011 发表于 2016-6-6 14:50:47

掉渣饼 发表于 2016-6-6 10:50
sorry,don't find the string!这个应该是你脚本里定义的输出信息吧。。

是的,但是我的理解是,如果我这个文本检查点设置正常的话,应该不会提示sorry,don't find the string

yizhoubo2011 发表于 2016-6-6 14:50:56

掉渣饼 发表于 2016-6-6 10:50
sorry,don't find the string!这个应该是你脚本里定义的输出信息吧。。

是的,但是我的理解是,如果我这个文本检查点设置正常的话,应该不会提示sorry,don't find the string

Ghost_Tang 发表于 2016-6-6 16:14:22

那你检查下,检查点设置是否正确:P
页: [1]
查看完整版本: Failed to end Transaction