Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User story

As a user
I want to see my messages in any box
In order to read or delete them

Use caseUC-401: Message list
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 all messagesevery message:

  • Message ID
  • Message title
  • Has annex
  • Is encrypted
  • Is important
  • Publication date

If the message is in the inbox or bininbox:

  • Sender first name
  • Sender last name
  • Sender quality

If the message is in the sent box or bin sent box:

  • Destination first name
  • Destination last name
  • Destination quality

...