Skip to content

ScenarioAddingMessages

blackpuschel edited this page Jul 2, 2023 · 7 revisions

The following is supposed to establish some scenarios that might occur when a user tries to add a message. The scenarios are backed by android test inside the android test folder. They assume the user completed the set up by typing in a name on first start up.

Scenario 1: Writing to a contact.

The user opens the app and creates a new channel.
He then clicks on the channel.
After that, he clicks on the add message button, which opens the add message view.
He types a message and clicks on the contacts field.
A view with all known contacts opens and one is selected by clicking it.
The view returns to the add message view and visibly shows the name of the chosen contact.
Finally the send button is clicked, the view returns to the message list, and the send message is visible.

Clone this wiki locally