1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
|
{
"comment1": "fqdns操作参数",
"comment2": "'->'分隔符语义:1.《’45->60‘》创建参数45修改为60。2.《'45->'》创建45数据修改为空。3.《‘45->不修改’》创建数据不修改。4.《‘45->删除’》创建数据删除。5.《‘->60’》修改数据时新增60数据。6.《‘->’》创建数据时输入内容为空。",
"comment3": "其它参数注解:1.type in(A、AAAA、CNAME)。",
"item": [
{
"ids": "用例1:Subscriber_IDs的增删改查",
"Name": "test-1",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^username$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},
{
"ids": "用例2:Subscriber_IDs_Group的增删改查",
"Name":"test-subscriberid group",
"Create":{
"model": "1",
"type": "new_object",
"item": ["^test1$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例3-1:Subscriber_IDs的item中添加^test2$",
"Name":"test-1",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^test1$"],
"item_modify": {"type": "add","add_data": ["^test2$"]}
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例3-2:Subscriber_IDs的item中修改^test2$",
"Name":"test-1",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^test1$"],
"item_modify": {"type": "modify","modify_data": ["^test2$"]}
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例4:Subscriber_IDs_Group的item中添加^test2$",
"Name":"test-1",
"Create":{
"model": "1",
"type": "new_object",
"item": ["^test1$"],
"item_modify": {"type": "add","add_data": ["^test2$"]}
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例5:Name输入框校验",
"Name": "test",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^username$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例5:Name输入框校验",
"Name": "testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^username$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例5:Name输入框校验",
"Name": "1!@#$%^&*():\"{}|?><,./中文русскийEnglish",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^username$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例7:对象创建页面搜索框测试",
"Name":"test-1",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^test1$","^test2$"],
"item_modify": {"type": "check","check_data": "^test1$"}
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例12-1:导入文件测试",
"Name":"test-1",
"Create":{
"model": "0",
"type": "import_files",
"files_type":"true_files",
"files_name":"Subscriber_IDs_true_file.txt"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例12-2:导入文件测试",
"Name":"test-1",
"Create":{
"model": "0",
"type": "import_files",
"files_type":"error_format",
"files_name":"Subscriber_IDs_error_format.txt"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例12-3:导入文件测试",
"Name":"test-1",
"Create":{
"model": "0",
"type": "import_files",
"files_type":"error_type",
"files_name":"Subscriber_IDs_error_type.png"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例12:导入文件测试",
"Name":"test-1",
"Create":{
"model": "0",
"type": "import_files",
"files_type":"error_item",
"files_name":"Subscriber_IDs_error_item.txt"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例19:创建组增量导入",
"Name":"test-1",
"Create":{
"model": "1",
"type": "import_files",
"files_type":"true_files",
"files_name":"Subscriber_IDs_true_file.txt"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例23:输入框反向测试",
"Name": "test",
"Create":{
"model": "0",
"type": "new_object",
"item": ["us"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例23:输入框反向测试",
"Name": "tes",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^username$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例24:不输入item",
"Name": "test",
"Create":{
"model": "0",
"type": "new_object",
"item": "null"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例25:item错误匹配方式",
"Name": "test",
"Create":{
"model": "0",
"type": "new_object",
"item": "12*"
},
"Createtype": "Subscriber_IDs",
"Subtype":"error_item",
"Search_type": "Name"
},{
"ids": "用例26:item小于三个字符",
"Name": "test",
"Create":{
"model": "0",
"type": "new_object",
"item": "^aaa$"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例28:单个Subscriber_IDs的统计页面查看",
"Name": "duplicate",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^duplicateobject$","^duplicateobject$"]
},
"Createtype": "Subscriber_IDs",
"isRepetition": "1",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例29:5w数据导入文件测试",
"Name":"test-1",
"Create":{
"model": "0",
"type": "import_files",
"files_type":"true_files",
"files_name":"sub_id_true_5w.txt"
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "Name"
},{
"ids": "用例31:Name的部分值查询",
"Name": "random",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^fuzzysearch$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "fuzzy->Name"
},{
"ids": "用例32:Descripition的部分值查询",
"Name": "random",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^fuzzysearch$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "fuzzy->Description"
},{
"ids": "用例33:Name的全局搜索",
"Name": "random",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^globalsearch$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "global_name"
},{
"ids": "用例34:Description的全局搜索",
"Name": "random",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^globalsearch$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "global_description"
},{
"ids": "用例35:Details的全局搜索",
"Name": "random",
"Create":{
"model": "0",
"type": "new_object",
"item": ["^globalsearch$"]
},
"Createtype": "Subscriber_IDs",
"Subtype":"",
"Search_type": "global_details"
}
]
}
|