Feature
User story | As a user | |||
Use case | UC-408: OoO list | |||
Test data | The test data is added automatically when starting the automated test scripts. The test data can be found in the project at:
| |||
Expected result | Check the response of the webservice call. | |||
Actual result | Check the front-end of the application under test. | |||
Test pass conditions | The following values need to be verified for every OoO:
The following values need to be verifierd for every substitute:
|
Scenarios (Cucumber)
ooOList.feature
#Remove the @ignore-tag(s) of scenarios you want to start testing. @ignore Feature: TS-408: Out-of-Office List As a user I want to see my Out-of-Office list In order to see all my planned absences @ignore Scenario: Verify the OoO list Given user is logged in When user is on the OoO list page Then the OoO list is shown correctly