LoadRunner ????????????????????
???????????? ???????[ 2014/4/1 13:50:56 ] ????????LoadRunner ???????
?????. This Vuser already started a transaction with the same name?? and has not yet processed the corresponding lr_end_transaction statement.
?????????????????????????????????????This Vuser already started a transaction with the same name?? and has not yet processed the corresponding lr_end_transaction statement.
??????????????????????????????????н??????????loadrunner????????????????????????????????????????????????
??????????:
???????д????У???????????????(Throw Exception)??????????if?ж?????????У??????????catch???????????????????"searchItemList_man"??б?????????????ο????????????~
1 public int action() throws Throwable {
2
3 misc = generateManItemSearchCondition();
4 lr.start_transaction("searchItemList_man");
5 try {
6 //?????
7 items = searchService.searchItemList(misc);
8 if (items.isSuccess()) {
9 lr.end_transaction("searchItemList_man"??lr.PASS);
10
11 } else {
12 lr.end_transaction("searchItemList_man"??lr.FAIL);
13 }
14 orderMap.clear();
15 productIdSet.clear();
16 productStatusList.clear();
17 } catch (Exception e) {
18
19
20 e.printStackTrace();
21 }
22
23
24 misc = null;
25 items = null;
26 return 0;
27 }//end of action
?????????: ??catch??????????? ????????????????catch?δ???????:
catch (Exception e) {
// TODO Auto-generated catch block
lr.end_transaction("searchItemList_man"??lr.FAIL);
e.printStackTrace();
}
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11