Commit 62e4ea25 authored by 龚小红's avatar 龚小红

增加测试自用文件,与自动化文件分隔

parent 61a2ce53
...@@ -42,20 +42,6 @@ public class Manager implements Authorization { ...@@ -42,20 +42,6 @@ public class Manager implements Authorization {
for(int i = 0;i<6;i++){ for(int i = 0;i<6;i++){
PubForm("1513636130"+i,"自动化测试用户"+i); PubForm("1513636130"+i,"自动化测试用户"+i);
} }
//
// for(int i = 10;i<100;i++){
// HashMap<String,Object> params = new HashMap<>();
// params.put("formId", "Kj22MTU5MQ");
// params.put("phoneNum", "130202300"+i);
// params.put("urlLink", "https://kjj-static.duibatest.com.cn/tk/202204111900-1?formId=Kj22MTU5MQ&channel=jrtt&agent=td");
// params.put("username", "团队池用户"+i);
// params.put("uuid", "622d83e4-ca21-4ccd-94cb-182c0f2a6b60");
// Response response = network.postResponse(params,BasicConfig.FORM_submit);
// String recordId = response.jsonPath().getString("data.recordId");
// Assert.assertNotNull(recordId,network.message(params,BasicConfig.FORM_submit,"客户创建失败",response.body().asString()));
//
// }
} }
@Test(description = "通过销售名称查找销售",priority = 2) @Test(description = "通过销售名称查找销售",priority = 2)
......
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