forked from ficap/task-syncer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-cases.xml
77 lines (70 loc) · 3.25 KB
/
test-cases.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<testcases project-id="3Scale">
<properties>
<property name="lookup-method" value="custom"/>
</properties>
<testcase id="Test:issueOne" approver-ids="drajnoha:approved" status-id="approved">
<title>Test: issueOne</title>
<description>descOne</description>
<custom-fields>
<custom-field content="automated" id="caseautomation"/>
<custom-field content="high" id="caseimportance"/>
<custom-field content="acceptance" id="caselevel"/>
<custom-field content="negative" id="caseposneg"/>
<custom-field content="functional" id="testtype"/>
<custom-field content="All automation scripts are available at https://github.com/3scale/3scale-amp-tests/"
id="automation_script"/>
</custom-fields>
<linked-work-items>
<linked-work-item lookup-method="name" workitem-id="issueOne REQ" role-id="verifies"/>
</linked-work-items>
</testcase>
<testcase id="Test:issueTwo" approver-ids="drajnoha:approved" status-id="approved">
<title>Test: issueTwo</title>
<description>descTwo</description>
<custom-fields>
<custom-field content="notautomated" id="caseautomation"/>
<custom-field content="high" id="caseimportance"/>
<custom-field content="acceptance" id="caselevel"/>
<custom-field content="negative" id="caseposneg"/>
<custom-field content="functional" id="testtype"/>
<custom-field content="All automation scripts are available at https://github.com/3scale/3scale-amp-tests/"
id="automation_script"/>
</custom-fields>
<linked-work-items>
<linked-work-item lookup-method="name" workitem-id="issueTwo REQ" role-id="verifies"/>
</linked-work-items>
</testcase>
<testcase id="Test:issueThree" approver-ids="drajnoha:approved" status-id="approved">
<title>Test: issueThree</title>
<description>descThree</description>
<custom-fields>
<custom-field content="automated" id="caseautomation"/>
<custom-field content="high" id="caseimportance"/>
<custom-field content="acceptance" id="caselevel"/>
<custom-field content="negative" id="caseposneg"/>
<custom-field content="functional" id="testtype"/>
<custom-field content="All automation scripts are available at https://github.com/3scale/3scale-amp-tests/"
id="automation_script"/>
</custom-fields>
<linked-work-items>
<linked-work-item lookup-method="name" workitem-id="issueThree REQ" role-id="verifies"/>
</linked-work-items>
</testcase>
<testcase id="Test:issueFour" approver-ids="drajnoha:approved" status-id="approved">
<title>Test: issueFour</title>
<description>descFour</description>
<custom-fields>
<custom-field content="notautomated" id="caseautomation"/>
<custom-field content="high" id="caseimportance"/>
<custom-field content="acceptance" id="caselevel"/>
<custom-field content="negative" id="caseposneg"/>
<custom-field content="functional" id="testtype"/>
<custom-field content="All automation scripts are available at https://github.com/3scale/3scale-amp-tests/"
id="automation_script"/>
</custom-fields>
<linked-work-items>
<linked-work-item lookup-method="name" workitem-id="issueFour REQ" role-id="verifies"/>
</linked-work-items>
</testcase>
</testcases>