Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed May 7, 2024
1 parent f6197e6 commit 8fee6bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified images/Start a game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/add20Users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/playGame100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ <h1><span class="image"><img src="./images/arc42-logo.png" alt="arc42"></span> W
</ul>
</li>
<li><a href="#section-glossary">12. Glossary</a></li>
<li><a href="#section-testability">13. Testability in WIQ2024</a>
<li><a href="#section-testability">13. Testability</a>
<ul class="sectlevel2">
<li><a href="#_load_testing">13.1. Load Testing</a></li>
</ul>
Expand Down Expand Up @@ -1274,7 +1274,7 @@ <h3 id="_user_plays_a_game">6.1. User plays a game</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="./images/Start%20a%20game.png" alt="Start a game" width="633" height="519">
<img src="./images/Start%20a%20game.png" alt="Start a game" width="687" height="503">
</div>
</div>
<div style="page-break-after: always;"></div>
Expand Down Expand Up @@ -1642,7 +1642,7 @@ <h2 id="section-glossary">12. Glossary</h2>
</div>
</div>
<div class="sect1">
<h2 id="section-testability">13. Testability in WIQ2024</h2>
<h2 id="section-testability">13. Testability</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Testability is a crucial aspect of software development. It refers to the ease with which a software system can be tested to ensure its correctness and reliability. By writing tests, developers can verify that their code behaves as expected and identify any potential issues or bugs. There are various types of tests that can be performed, such as unit tests, integration tests, and end-to-end tests. Unit tests focus on testing individual components or functions in isolation, while integration tests verify the interaction between different components. End-to-end tests simulate real-world scenarios to ensure the entire system functions correctly.</p>
Expand Down Expand Up @@ -1713,7 +1713,7 @@ <h3 id="_load_testing">13.1. Load Testing</h3>
<div id="footer">
<div id="footer-text">
Version 8.2 EN<br>
Last updated 2024-04-29 03:39:28 +0200
Last updated 2024-05-05 22:17:06 +0200
</div>
</div>
</body>
Expand Down

0 comments on commit 8fee6bf

Please sign in to comment.