From b837ff9114d7f5ab32ac14417bedf7beb0a20697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20J=C3=B8dest=C3=B8l=20Haugland?= Date: Wed, 23 Mar 2022 13:57:50 +0100 Subject: [PATCH] Create Usability Tests page --- Usability-Tests.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Usability-Tests.md diff --git a/Usability-Tests.md b/Usability-Tests.md new file mode 100644 index 0000000..0cd47b9 --- /dev/null +++ b/Usability-Tests.md @@ -0,0 +1,19 @@ +## Usability test 28.02.2022 – 1st Iteration (Wireframes) +### Purpose: +- Test UI and UX of the wireframe prototype to find improvements to implement in the MVP. +- Test color scheme and other elements that needs to be WCAG 2.1 - 1 compliant +### Given tasks: +1. Create Tournament and manage it +2. Create and manage teams and players +3. See tournament overview and overview of finished matches +4. Give feedback on color scheme/contrasts and button sizes etc. +### Results: +1. The tester successfully created a tournament and navigated to the manage window. + - _Comments:_ User could not quickly find the “Create Tournament” button. +2. The tester successfully navigated to the team and player management window. + - _Comments:_ The tester was satisfied with the UI. +3. Tester was presented with the tournament overview after creation, overview of tournaments was also a part of the home page. +4. Briefly commented on a button, with green background color and white text, which had too little contrast. This was expected and part of our color scheme testing. + + +## Page will be expanded with further usability tests once MVP is finished