场景执行
脚本在场景执行的过程中,error中总会出现“Action.c(28): Error: Cannot start transaction "登陆". This Vuser already started a transaction with the same name, and has not yet processed the corresponding lr_end_transaction statement.”和Action.c(28): Error: Cannot start transaction "登陆". This Vuser already started a transaction with the same name, and has not yet processed the corresponding lr_end_transaction statement.这两个错误。如果说是事务设置的不对,但也有通过的事务;求各位大师指点。 没有设置事物结束。lr_end_transaction("登录",LR_AUTO) 贴错了,是这两种错误:Action.c(28): Error: Cannot start transaction "登陆". This Vuser already started a transaction with the same name, and has not yet processed the corresponding lr_end_transaction statement.和Action.c(188): Error: Failed to end Transaction "退出" (by name). Please check that you made a call to start transaction operation.提示这样的错误。 那你就在脚本里去找【退出】事务啊,检查开启和结束是否正常啊。 你检查你的事务是否有重名的 ,脚本里不允许同一个事物出现多次 事务之间没匹配,有start就有end,然后检查一下是不是有重名的事务
页:
[1]