00:00:37.4181438
Scenario
Delete record on Orange HRM
-
Given
user is on the Orange HRM homepage
user is on the Orange HRM homepage
-
Given
user with the following details logs in:
user with the following details logs in:
| Property | Value |
| Username | Admin |
| Password | admin123 |
-
Given
user navigates to 'PIM' Page
user navigates to 'PIM' Page
-
When
user deletes employee in row without employment status 'Full-Time Permanent'
user deletes employee in row without employment status 'Full-Time Permanent'
-
Then
the employee should not be displayed
the employee should not be displayed
00:00:25.8523718
Scenario
Add new employee
-
Given
user is on the Orange HRM homepage
user is on the Orange HRM homepage
-
Given
user with the following details logs in:
user with the following details logs in:
| Property | Value |
| Username | Admin |
| Password | admin123 |
-
Given
user navigates to 'PIM' Page
user navigates to 'PIM' Page
-
When
user adds a new employee
user adds a new employee
-
Then
the employee can be seen on the list
the employee can be seen on the list
00:00:09.5083256
Scenario
Update Info
-
Given
user is on the Orange HRM homepage
user is on the Orange HRM homepage
-
Given
user with the following details logs in:
user with the following details logs in:
| Property | Value |
| Username | Admin |
| Password | admin123 |
-
Given
user navigates to 'My Info' Page
user navigates to 'My Info' Page
-
When
user updates info
user updates info
-
Then
the info is updated successfully
the info is updated successfully