From bdaddfe1566f9d247d812b5a1c573c2537b8a215 Mon Sep 17 00:00:00 2001 From: iyanfdezz Date: Sat, 27 Apr 2024 14:49:33 +0200 Subject: [PATCH] Added introduction for usability test --- docs/src/12_testing.adoc | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/src/12_testing.adoc b/docs/src/12_testing.adoc index 8b4726a8..003d0c81 100644 --- a/docs/src/12_testing.adoc +++ b/docs/src/12_testing.adoc @@ -16,9 +16,11 @@ We used sonarCloud to check the code coverage of the application. The results ar We used some tools to measure usability levels of the application, along with some testing with real users (friends and family). +==== Automatic tools: + First, we will show the automatic tools results: -==== PageSpeed Insights: +===== PageSpeed Insights: This tool is used to measure different aspects of a certain page, such as performance, accessibility, best practices and optimisation. We used this tool on all of our pages, and the results were kind of similar. Below, the results for the Classic and Stats page are shown: @@ -30,7 +32,7 @@ image::pagespeed-classic.png[] As we can see, our pages perform very nicely on every evaluable aspect, except in Best practices, and that's because the tool is giving us a warning because we don't use HTTPS in our application, which can lead to security issues. -==== Juicy Studio: +===== Juicy Studio: This tool is used to measure the contrast between background and foreground colors of a web page. We used this tool on both of out color combinations: dark mode and light mode. The results are shown below: @@ -40,6 +42,15 @@ image::juicy-dark.png[] As we can see, both of our themes use correct and high-contrasted color combinations. +==== Testing with real users: + +We did some testing with 18 people, all of them being friends and family of us, the develpoment team. +We let them try the application, play games, view their stats, create groups, etc., and when they were +finished we asked them a few questions. +We wanted to get from each individual his UI rating, functionality rating and some recommendation of things we could change / add +if we continued developing the app. + + === Load Testing We used Gatling to perform load testing on the application. It consisted of simulating 1000 users accessing the application at the same time, each of one performing 83 requests. The results of the test are shown below: