Commit ca442d1f authored by 吕雯燕's avatar 吕雯燕

lv

parent 614497eb
......@@ -115,7 +115,7 @@ public class 积分夺宝开奖_AccessTest extends DuibaTestBase {
//同一用户并发领奖 【自动化勿动】lv测试优惠券
@Test(threadPoolSize = 5, invocationCount =5)
public void 夺宝单用户并发领奖() throws Exception {
public void A_夺宝单用户并发领奖() throws Exception {
int uid = 7397;
String activityId = "45465";
String detailId = "8";
......@@ -135,7 +135,8 @@ public class 积分夺宝开奖_AccessTest extends DuibaTestBase {
resultList.add(rewardResponse.asString());
logger.info("请求返回结果:" + rewardResponse.asString());
}
@Test(dependsOnMethods = "夺宝单用户并发领奖")
@Test(dependsOnMethods = "A_夺宝单用户并发领奖")
public void checkResult(){
int fail = 0;
int success = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment