Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 27, 2024
1 parent 3515a09 commit b0c4e82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/12_testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ We used puppeteer to perform end-to-end testing on the application. We have writ

image::12-e2e.png[]

== Code coverage
=== Code coverage

We used sonarCloud to check the code coverage of the application. The results are shown below:

== Usability and accessibility Testing
=== Usability and accessibility Testing

We used some tools to measure usability levels of the application, along with some testing with real users (friends and family).

=== Automatic tools:
==== Automatic tools:

First, we will show the automatic tools results:

Expand Down Expand Up @@ -87,7 +87,7 @@ administrators, invitations, and private groups, and adding friend requests.
We should also consider improving our UI, maybe studying design tendencies and trying to applicate them to our project.


== Load Testing
=== 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:

image::12-script.png[]
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/pages/Bateria/Bateria.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const JuegoPreguntas = () => {
questions: questionsToSave,
};

save("/save", newGame);
save("/saveGame", newGame);
save("/saveGameList", newGame);
};

Expand Down

0 comments on commit b0c4e82

Please sign in to comment.