In this post, we show some testing data that we used on our prototype. Based on every task we show the input and the expected behavior of system’s output. This is just a small sample of testing data that should be used on the final system.
Task | Input | Expected Output |
User Registration | Username,email,password | User becomes a member |
Interest Declaration | Text that indicates user’s interests | Hive records user’s interests |
Post something | User writes a post and tags it | Post is shown in user’s friend’s home page that has the particular tag as an interest |
Add friend | User sends invitation to another user | Notification is sent to the user |
Get recommendations | User’s declared interests | Recommend new friends |
Notification of friends request | Invitation from a user | Notification is shown on user’s home page |