THIS SPACE IS UNDER CONSTRUCTION

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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-406: Box info


Executed steps

#Action
1...
2......
Postcondition(s)

Code (Cucumber)

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

@ignore
Feature: eHealthBox info
  As a user
  I want to know my eHealtBox info
  So that I know how many messages are in standby

  @ignore
  Scenario: Look at the eHealthBox info
    Given user is logged in
    When user is on the box info page
    Then the box info is shown correctly
  • No labels