|
Action.c(353): Error: Failed to end Transaction "嫌疑人修改" (by name). Please check that you made a call to start transaction operation.
Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Error: Vuser started transaction "嫌疑人新增", but did not reached a corresponding end transaction statement. The transaction ended automatically with status 'fail'.
Notify: Transaction "嫌疑人新增" ended with "Fail" status (Duration: 5.5465).
Ending action vuser_end.
Vuser Terminated.
脚本:
lr_end_transaction("嫌疑人修改",LR_AUTO);
return 0;
问题在哪里啊? |
|