forked from zhuifengshen/xmind2testcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xmind_to_testsuite_json.json
562 lines (562 loc) · 19.6 KB
/
xmind_to_testsuite_json.json
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
[
{
"name": "产品名称",
"details": null,
"testcase_list": [],
"sub_suites": [
{
"name": "A模块名",
"details": null,
"testcase_list": [
{
"name": "测试用例1",
"version": 1,
"summary": "测试用例1",
"preconditions": "前置条件",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "预期结果1",
"execution_type": 1,
"result": 0
},
{
"step_number": 2,
"actions": "测试步骤2",
"expectedresults": "预期结果2",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "测试用例2",
"version": 1,
"summary": "测试用例2",
"preconditions": "前置条件",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "预期结果1",
"execution_type": 1,
"result": 0
},
{
"step_number": 2,
"actions": "测试步骤2(预期结果2可以为空)",
"expectedresults": "",
"execution_type": 1,
"result": 0
},
{
"step_number": 3,
"actions": "测试步骤3",
"expectedresults": "预期结果3",
"execution_type": 1,
"result": 0
},
{
"step_number": 4,
"actions": "测试步骤4",
"expectedresults": "预期结果4",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "测试用例3(测试步骤和预期结果可以都为空)",
"version": 1,
"summary": "测试用例3(测试步骤和预期结果可以都为空)",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
}
],
"sub_suites": [],
"statistics": {
"case_num": 3,
"non_execution": 3,
"pass": 0,
"failed": 0,
"blocked": 0,
"skipped": 0
}
},
{
"name": "B模块名",
"details": "测试集摘要(详情)",
"testcase_list": [
{
"name": "测试步骤2(优先级默认为中)",
"version": 1,
"summary": "测试步骤2(优先级默认为中)",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "预期结果1",
"execution_type": 1,
"result": 0
},
{
"step_number": 2,
"actions": "测试步骤3",
"expectedresults": "",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "测试用例3(前置条件默认为空,且没有设置优先级) 无设置优先级,这里加入用例标题",
"version": 1,
"summary": "测试用例3(前置条件默认为空,且没有设置优先级) 无设置优先级,这里加入用例标题",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
}
],
"sub_suites": [],
"statistics": {
"case_num": 2,
"non_execution": 2,
"pass": 0,
"failed": 0,
"blocked": 0,
"skipped": 0
}
},
{
"name": "C模块名",
"details": null,
"testcase_list": [
{
"name": "测试用例1 测试步骤 预期结果(未标识执行结果状态,默认为未执行状态)",
"version": 1,
"summary": "测试用例1 测试步骤 预期结果(未标识执行结果状态,默认为未执行状态)",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "测试用例2",
"version": 1,
"summary": "测试用例2",
"preconditions": "无",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 2,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "预期结果1(执行结果通过)",
"execution_type": 1,
"result": 1
},
{
"step_number": 2,
"actions": "测试步骤2",
"expectedresults": "预期结果2(执行结果失败)",
"execution_type": 1,
"result": 2
},
{
"step_number": 3,
"actions": "测试步骤3",
"expectedresults": "预期结果3(执行结果阻塞)",
"execution_type": 1,
"result": 3
},
{
"step_number": 4,
"actions": "测试步骤4",
"expectedresults": "预期结果4(执行结果忽略)",
"execution_type": 1,
"result": 4
}
]
},
{
"name": "测试用例3(用例标题标识执行结果为失败,则用例结果为失败,忽略测试步骤和预期结果中的标识)",
"version": 1,
"summary": "测试用例3(用例标题标识执行结果为失败,则用例结果为失败,忽略测试步骤和预期结果中的标识)",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 2,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "预期结果1",
"execution_type": 1,
"result": 1
},
{
"step_number": 2,
"actions": "测试步骤2",
"expectedresults": "预期结果2",
"execution_type": 1,
"result": 1
}
]
},
{
"name": "测试用例4",
"version": 1,
"summary": "测试用例4",
"preconditions": "无",
"execution_type": 1,
"importance": 3,
"estimated_exec_duration": 3,
"status": 7,
"result": 1,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1(这里无预期结果,则用例执行结果以测试步骤中的标识为准)",
"expectedresults": "",
"execution_type": 1,
"result": 1
},
{
"step_number": 2,
"actions": "测试步骤2",
"expectedresults": "",
"execution_type": 1,
"result": 1
}
]
},
{
"name": "测试用例5(这里无测试步骤,则用例执行结果以测试标题中的标识为准)",
"version": 1,
"summary": "测试用例5(这里无测试步骤,则用例执行结果以测试标题中的标识为准)",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 1,
"steps": []
}
],
"sub_suites": [],
"statistics": {
"case_num": 5,
"non_execution": 1,
"pass": 2,
"failed": 2,
"blocked": 0,
"skipped": 0
}
}
],
"statistics": {
"case_num": 10,
"non_execution": 6,
"pass": 2,
"failed": 2,
"blocked": 0,
"skipped": 0
}
},
{
"name": "产品名称2",
"details": null,
"testcase_list": [],
"sub_suites": [
{
"name": "用户模块",
"details": "测试集摘要:测试集的备注会转换为测试集的摘要/详情(默认为空)",
"testcase_list": [
{
"name": "验证登录页 > 登录链接",
"version": 1,
"summary": "验证登录页 > 登录链接",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)\n----\n前置条件2:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "预期结果1",
"execution_type": 1,
"result": 0
},
{
"step_number": 2,
"actions": "测试步骤2",
"expectedresults": "预期结果2",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "验证登录页 > 登录页面",
"version": 1,
"summary": "验证登录页 > 登录页面",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤:页面设计风格统一(可以只有测试步骤,没有预期结果)",
"expectedresults": "",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "验证登录页 > 控件 > 用户名输入",
"version": 1,
"summary": "验证登录页 > 控件 > 用户名输入",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)\n----\n前置条件2:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)\n----\n前置条件3:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 3,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤",
"expectedresults": "预期结果",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "验证登录页 > 控件 > 密码输入",
"version": 1,
"summary": "验证登录页 > 控件 > 密码输入",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)\n----\n前置条件2:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤",
"expectedresults": "预期结果1",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "验证登录页 > 控件 > 登录按钮",
"version": 1,
"summary": "验证登录页 > 控件 > 登录按钮",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)\n----\n前置条件2:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "验证登录页 > 国际化 > 中文环境",
"version": 1,
"summary": "测试用例摘要:评论自动识别为测试用例的摘要内容(summary)",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "验证登录页 > 国际化 > 英文环境",
"version": 1,
"summary": "测试用例摘要:评论自动识别为测试用例的摘要内容(summary)",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "验证登录页 > 操作 > 有效的用户名+有效的密码",
"version": 1,
"summary": "验证登录页 > 操作 > 有效的用户名+有效的密码",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": [
{
"step_number": 1,
"actions": "测试步骤1",
"expectedresults": "",
"execution_type": 1,
"result": 0
},
{
"step_number": 2,
"actions": "测试步骤2",
"expectedresults": "预期结果",
"execution_type": 1,
"result": 0
},
{
"step_number": 3,
"actions": "测试步骤3(可以只有测试步骤,没有预期结果)",
"expectedresults": "",
"execution_type": 1,
"result": 0
}
]
},
{
"name": "验证登录页 > 操作 > 有效的用户名+无效的密码",
"version": 1,
"summary": "验证登录页 > 操作 > 有效的用户名+无效的密码",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 1,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "验证登录页 > 操作 > 无效的用户名+无效的密码",
"version": 1,
"summary": "验证登录页 > 操作 > 无效的用户名+无效的密码",
"preconditions": "前置条件1:测试用例的备注会自动识别为测试用例的前置条件,有多个备注时,也会自动合并起来(默认为空)",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "验证个人主页",
"version": 1,
"summary": "验证个人主页",
"preconditions": "前置条件:如果测试用例上没有标注优先级,则默认作为一条测试用例且优先级默认为中(默认为空)",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
}
],
"sub_suites": [],
"statistics": {
"case_num": 11,
"non_execution": 11,
"pass": 0,
"failed": 0,
"blocked": 0,
"skipped": 0
}
},
{
"name": "数据库模块",
"details": null,
"testcase_list": [
{
"name": "用户表 > Data",
"version": 1,
"summary": "用户表 > Data",
"preconditions": "前置条件:如果测试用例上没有标注优先级,则默认作为一条测试用例且优先级默认为中(默认为空)",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
},
{
"name": "用户表 > Schema",
"version": 1,
"summary": "用户表 > Schema",
"preconditions": "无",
"execution_type": 1,
"importance": 2,
"estimated_exec_duration": 3,
"status": 7,
"result": 0,
"steps": []
}
],
"sub_suites": [],
"statistics": {
"case_num": 2,
"non_execution": 2,
"pass": 0,
"failed": 0,
"blocked": 0,
"skipped": 0
}
}
],
"statistics": {
"case_num": 13,
"non_execution": 13,
"pass": 0,
"failed": 0,
"blocked": 0,
"skipped": 0
}
}
]