You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"testCaseName": "Verify Upcoming Anniversaries panel on Buzz in OrangeHRM Demo",
3
+
"description": "Open the OrangeHRM demo site, log in, navigate to the Buzz section, verify the 'Upcoming Anniversaries' panel is visible, and print the list of people with upcoming anniversaries.",
"expected": "OrangeHRM login page is displayed with username and password fields visible."
13
+
},
14
+
{
15
+
"stepNumber": 2,
16
+
"action": "Enter text",
17
+
"target": "Username input field (name='username')",
18
+
"inputs": {
19
+
"text": "Admin"
20
+
},
21
+
"expected": "Username field contains the text 'Admin'."
22
+
},
23
+
{
24
+
"stepNumber": 3,
25
+
"action": "Enter text (secure)",
26
+
"target": "Password input field (name='password')",
27
+
"inputs": {
28
+
"text": "admin123"
29
+
},
30
+
"expected": "Password field is populated (masked) without validation errors."
31
+
},
32
+
{
33
+
"stepNumber": 4,
34
+
"action": "Click",
35
+
"target": "Login button (type='submit')",
36
+
"expected": "User is logged in and the Dashboard/Home page is displayed; left navigation menu is visible and contains the 'Buzz' menu item."
37
+
},
38
+
{
39
+
"stepNumber": 5,
40
+
"action": "Click",
41
+
"target": "Left navigation menu item with visible text 'Buzz'",
42
+
"expected": "Buzz page loads successfully. Buzz page header or content specific to Buzz is visible."
43
+
},
44
+
{
45
+
"stepNumber": 6,
46
+
"action": "Verify visibility",
47
+
"target": "Panel with header/title text 'Upcoming Anniversaries' on the Buzz page",
48
+
"expected": "'Upcoming Anniversaries' panel is present in the DOM and visible to the user."
49
+
},
50
+
{
51
+
"stepNumber": 7,
52
+
"action": "Extract and print list items",
53
+
"target": "Employee name elements within the 'Upcoming Anniversaries' panel (e.g., list items under the panel)",
54
+
"expected": "The names of people with upcoming anniversaries are captured and printed to the test logs. If no entries are present, print 'No upcoming anniversaries'."
"testCaseName": "Verify Upcoming Anniversaries panel is visible on Buzz after valid login",
5
+
"description": "Open OrangeHRM demo site, log in with valid credentials, navigate to Buzz, verify the 'Upcoming Anniversaries' panel is displayed, and print the list of people shown.",
0 commit comments