Versions Compared

Key

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

...

User story

As a user
I want to send a message
So that I am able to send data to another user

Use caseUC-403: Send message
Test data

Needs The test data needs to be used to send the messages in your application.
The test data can be found in the project at:

  • src/test/resources/testdata/sendMessages.json
  • src/test/resources/attachments/mypdf.pdf
  • src/test/resources/attachments/test.png
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:

  • Document title
  • Document filename
  • Patient INSS
  • Is important
  • Is encrypted
  • Document content

The following values need to be verified for every attachment:

  • Annex title
  • Annex filename
  • Annex content

The following values need to be verified for every recipient:

  • Destination first name
  • Destination last name
  • Destination quality

...