Skip to content

Commit

Permalink
Update 12_testing.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz authored Apr 29, 2024
1 parent 8d523cc commit 2dadc86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/12_testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We used some tools to measure usability levels of the application, along with so

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:
Expand All @@ -52,7 +52,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:

Expand All @@ -62,7 +62,7 @@ image::juicy-dark.png[]

As we can see, both of our themes use correct and high-contrasted color combinations.

=== Testing with real users:
==== 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
Expand Down Expand Up @@ -112,4 +112,4 @@ This shows that the application is able to handle a large number of requests in
=== Code coverage
We used SonarCloud to check the code coverage of the application. It shows test coverage, code duplication, and code smells, among other things. The results are shown below:

image::12-sonarcloud.png[]
image::12-sonarcloud.png[]

0 comments on commit 2dadc86

Please sign in to comment.