This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testingData
87 lines (87 loc) · 2.04 KB
/
testingData
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
[
{
"name": "Work Space",
"type": "Root",
"id": "0010010000000",
"leaf": false,
"parentid": "0000000000000",
"children": []
},
{
"name": "Selenium Demo Project",
"type": "Project",
"id": "0010010000001",
"references":[{"order":"1", "id":"0010030000001", "disabled":false}],
"parentid": "0010010000000"
},
{
"name": "Java Agent Demo Project",
"type": "Project",
"id": "0010010000002",
"parentid": "0010010000000"
},
{
"name": "Project Folder",
"type": "Folder",
"id": "0010020000001",
"parentid": "0010010000001"
},
{
"name": "Selenium Suite",
"type": "Suite",
"id": "0010030000001",
"references": [
{
"order": "1",
"id": "0010040000001",
"disabled": false
},
{
"order": "2",
"id": "0010040000002",
"disabled": false
}
],
"parentid": "0010020000001",
"isRoot": "Root",
"onFailed": "Terminate",
"tags": [
"Selenium"
]
},
{
"name": "Login",
"type": "Case",
"id": "0010040000001",
"parentid": "0010020000001",
"onFailed": "Stop",
"description": "This is the Login Test Case, require username and password. When it failed, we should stop the testing."
},
{
"name": "Logout",
"type": "Case",
"id": "0010040000002",
"parentid": "0010020000001",
"onFailed": "Continue",
"description": "This is the logout test case. Usually, it should not fail, unless we cannot find the logout button; in this case, we mark it fail, but still can go on testing."
},
{
"name": "Login Screen",
"type": "OUT",
"id": "0010050000001",
"parentid": "0010020000001",
"description": "This is the OUT represent the Login Screen.\nContains: username, password, login button"
},
{
"name": "User Info: test",
"type": "Data",
"id": "0010070000001",
"parentid": "0010020000001"
},
{
"name": "User Info: hcrcaseworker",
"type": "Data",
"id": "0010070000002",
"parentid": "0010020000001"
}
]