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
| 1 | enter username | Locator=GetByLabel Text=Username Action=Fill Value=admin | username is entered | - |
24
-
| 2 | enter password | Locator=GetByLabel Text=Password Action=Fill Value=@Password| password is entered | - |
25
-
| 3 | click login button | Locator=GetByRole AriaRole=Button Text=Login Action=Click | system validates the user credentials and redirects to dashboard |- |
26
-
| 4 | displays the dashboard | Locator=GetByRole AriaRole=Button Text=Logout Action=IsVisible | Logout button visible in the main navigation | - |
23
+
| 1 | enter username | Locator=GetByLabel Text=Username Action=Fill Value=admin | username is entered | ✅|
24
+
| 2 | enter password | Locator=GetByLabel Text=Password Action=Fill Value=@Password| password is entered | ✅|
25
+
| 3 | click login button | Locator=GetByRole AriaRole=Button Text=Login Action=Click | system validates the user credentials and redirects to dashboard |✅|
26
+
| 4 | displays the dashboard | Locator=GetByRole AriaRole=Button Text=Logout Action=IsVisible | Logout button visible in the main navigation | ✅|
27
27
28
28
## Postcondition
29
29
30
30
- The user is authenticated and has an active session.
| 1 | enter username | Locator=GetByLabel Text=Username Action=Fill Value=Albert | username Albert is entered | - |
24
-
| 2 | enter password | Locator=GetByLabel Text=Password Action=Fill Value=@Password| password is entered | - |
25
-
| 3 | click login button | Locator=GetByRole AriaRole=Button Text=Login Action=Click | system validates the user credentials and displays an error message that the tried login attempt is invalid |- |
26
-
| 4 | displays error message | Locator=GetByText Text=\"Invalid login attempt for user 'Albert'\" Action=IsVisible | Validation result of invalid login attempt is visible | - |
23
+
| 1 | enter username | Locator=GetByLabel Text=Username Action=Fill Value=Albert | username Albert is entered | ✅|
24
+
| 2 | enter password | Locator=GetByLabel Text=Password Action=Fill Value=@Password| password is entered | ✅|
25
+
| 3 | click login button | Locator=GetByRole AriaRole=Button Text=Login Action=Click | system validates the user credentials and displays an error message that the tried login attempt is invalid |✅|
26
+
| 4 | displays error message | Locator=GetByText Text=\"Invalid login attempt for user 'Albert'\" Action=IsVisible | Validation result of invalid login attempt is visible | ✅|
| 1 | enter username | Locator=GetByLabel Text=Username Action=Fill Value=admin | username admin is entered | - |
24
-
| 2 | enter wrong password | Locator=GetByLabel Text=Password Action=Fill Value=test | password test is entered | - |
25
-
| 3 | click login button | Locator=GetByRole AriaRole=Button Text=Login Action=Click | system validates the user credentials and displays an error message that the tried login attempt is invalid |- |
26
-
| 4 | displays error message | Locator=GetByText Text=\"Invalid login attempt for user 'admin'\" Action=IsVisible | Validation result of invalid login attempt is visible | - |
23
+
| 1 | enter username | Locator=GetByLabel Text=Username Action=Fill Value=admin | username admin is entered | ✅|
24
+
| 2 | enter wrong password | Locator=GetByLabel Text=Password Action=Fill Value=test | password test is entered | ✅|
25
+
| 3 | click login button | Locator=GetByRole AriaRole=Button Text=Login Action=Click | system validates the user credentials and displays an error message that the tried login attempt is invalid |✅|
26
+
| 4 | displays error message | Locator=GetByText Text=\"Invalid login attempt for user 'admin'\" Action=IsVisible | Validation result of invalid login attempt is visible | ✅|
0 commit comments