forked from bpmn-miwg/bpmn-miwg-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-case-structure.json
124 lines (124 loc) · 5.15 KB
/
test-case-structure.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
{
"categories": [
{
"category": "A",
"name": "Layout",
"description": "Validate capability to layout shares on a canvas",
"url_fragment": "",
"cases": [
{
"case": "A.1",
"description": "Connected elements depicted linearly on the canvas",
"variations": [
{
"description": "Depict Abstract Elements on a single Sequential Flow",
"name": "Base",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "A.1.0"
}
]
},
{
"case": "A.2",
"description": "Connected elements depicted at specific location on the canvas",
"variations": [
{
"description": "Depict divergence and convergence of flows with unmarked Gateways",
"name": "Base",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "A.2.0"
}
]
},
{
"case": "A.3",
"description": "Elements Boundary Attachments",
"variations": [
{
"description": "Depict Exception Flows associated to boundary attachments",
"name": "Base",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "A.3.0"
}
]
},
{
"case": "A.4",
"description": "Elements Containment",
"variations": [
{
"description": "Depict graphical elements contained in expanded Sub-Processes, Lanes and Pools",
"name": "Base",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "A.4.0"
},
{
"description": "Vertical Modeling Direction",
"name": "Vertical",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "A.4.1"
}
]
}
]
},
{
"category": "B",
"name": "Conformance class coverage",
"description": "Validate capability to use elements from a specific conformance sub class",
"url_fragment": "",
"cases": [
{
"case": "B.1",
"description": "Descriptive Sub-Class",
"variations": [
{
"description": "Validate that all the elements prescribed for the Descriptive Conformance Sub-Class in the BPMN 2.0 Specification are present.",
"name": "Base",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "B.1.0"
}
]
},
{
"case": "B.2",
"description": "Analytic Sub-Class",
"variations": [
{
"description": "Validate that all the elements prescribed for the Analytic Conformance Sub-Class in the BPMN 2.0 Specification are present.",
"name": "Base",
"tool": "Trisotech BPMN 2.0 Modeler for Visio 4.0",
"variation": "B.2.0"
}
]
}
]
},
{
"category": "C",
"name": "Complex scenarios",
"description": "Validate capability to handle various other aspects such as extension elements and attributes using more complex models",
"url_fragment": "",
"cases": [
{
"case": "C.1",
"description": "Invoice Collaboration",
"variations": [
{
"description": "Executable proces containing multiple extension elements and attributes",
"name": "Base",
"tool": "Camunda Modeler 2.6.0",
"variation": "C.1.0"
}
]
}
]
}
],
"config": {
"url_pattern": {
"file": "https://raw.github.com/bpmn-miwg/bpmn-miwg-test-suite/master/{TOOLURL}/{FILEURL}.{FILEEXT}",
"folder": "https://github.com/bpmn-miwg/bpmn-miwg-test-suite/tree/master/{TOOLURL}"
}
}
}