THIS SPACE IS UNDER CONSTRUCTION

Feature

User story

As a user
I want to know my eHealthBox info
In order to know how many messages are in standby

Use caseUC-407: Box info
Test data N/A
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:

  • Current size
  • Max size
  • Number of messages in Standby

Scenarios (Cucumber)

boxInfo.feature
#Remove the @ignore-tag(s) of scenarios you want to start testing.

@ignore
Feature: TS-407: eHealthBox info
  As a user
  I want to know my eHealthBox info
  In order to know how many messages are in standby

  @ignore
  Scenario: Verify the eHealthBox info
    Given user is logged in
    When user is on the box info page
    Then the box info is shown correctly