Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 28, 2024
1 parent e9656c1 commit 28b5759
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added images/12-sonarcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ <h1><span class="image"><img src="./images/WIQ-logo.png" alt="WIQ"></span> Docum
<li><a href="#_usability_and_accessibility_testing">12.4. Usability and accessibility Testing</a></li>
<li><a href="#_testing_with_real_users">12.5. Testing with real users:</a></li>
<li><a href="#_load_testing">12.6. Load Testing</a></li>
<li><a href="#_code_coverage_2">12.7. Code coverage</a></li>
</ul>
</li>
<li><a href="#section-glossary">13. Glossary</a></li>
Expand Down Expand Up @@ -1885,6 +1886,17 @@ <h3 id="_load_testing">12.6. Load Testing</h3>
<div class="paragraph">
<p>This shows that the application is able to handle a large number of requests in a short period of time, with a high success rate. We can also be sure that the application is able to handle a large number of users accessing it at the same time in production.</p>
</div>
</div>
<div class="sect2">
<h3 id="_code_coverage_2">12.7. Code coverage</h3>
<div class="paragraph">
<p>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:</p>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/12-sonarcloud.png" alt="12 sonarcloud">
</div>
</div>
<div style="page-break-after: always;"></div>
</div>
</div>
Expand Down

0 comments on commit 28b5759

Please sign in to comment.