THIS SPACE IS UNDER CONSTRUCTION

Feature

User story

As a user
I want to see my Out-of-Office list
In order to see all my planned absences

Use caseUC-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:

  • src/test/resources/testdata/readOoOs.json
Expected resultCheck the response of the webservice call.
Actual resultCheck the front-end of the application under test.
Test pass conditions

The following values need to be verified for every OoO:

  • Start date
  • End date

The following values need to be verifierd for every substitute:

  • First name
  • Last name

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