diff --git a/docs/images/12-usability-graph-01.png b/docs/images/12-usability-graph-01.png new file mode 100644 index 00000000..2258fbf6 Binary files /dev/null and b/docs/images/12-usability-graph-01.png differ diff --git a/docs/images/12-usability-graph-02.png b/docs/images/12-usability-graph-02.png new file mode 100644 index 00000000..82799dcd Binary files /dev/null and b/docs/images/12-usability-graph-02.png differ diff --git a/docs/src/12_testing.adoc b/docs/src/12_testing.adoc index 94bfa7af..d51d57e8 100644 --- a/docs/src/12_testing.adoc +++ b/docs/src/12_testing.adoc @@ -42,4 +42,20 @@ The first ones were designed to test the application under "normal" circunstance - **1200 users playing normally**: Arriving in batches of 100 people per second over 12 seconds. They log in, play and check the results. -> link:https://github.com/Arquisoft/wiq_en1b/files/15139645/burstlogin.pdf[Result PDF] As we can see, in the first kind of testing, the percentage of successful requests is between 99 and 100%. However things change when moving into the second kind, with a success rate of 91% for the ones playing as a guest and 82% for the ones logging in. -Despite not being such great numbers as the other ones, this still represent a lot of successes under a very stresfull situation for our application. \ No newline at end of file +Despite not being such great numbers as the other ones, this still represent a lot of successes under a very stresfull situation for our application. + +=== Usability testing + +==== Analytical information +After performing test with various people from various age groups we were able to extract information about the times they apent in the application. As we can see, the ones below 20 years of age perform much better than expected, while the ones between 40 to 60 years performed worse. +The surprisingly good performance of the first age group might be because of the colourful and very graphical navigability of the application, which allow them to grasp every component and their inner workings really quickly. +While this same thing might have been the bane of the older age groups, since they struggle more with the navigability and where trying to read more instead of focusing on the icons. + +image::12-usability-graph-01.png["Average response times by age group"] + +We can also see in which parts of the application they have spent the longest. We can see how it's pretty evenly distributted. This should come as a surprise, considering that they did play a competitive game (which are pretty short). +This is thanks to the more speedy users, which brought the average down quite significally. Since the difference between one user and another are very small in the duration of the games, but massive in the logging and set up. + +image::12-usability-graph-02.png["Average time spent on each part of the application"] + +A potential problem could have been the small sample size, so further tests are recommended, with a similar amount of users in each age group. \ No newline at end of file