doc update
This commit is contained in:
parent
b2ce217afe
commit
333f46993c
26 changed files with 763 additions and 540 deletions
|
@ -8,23 +8,23 @@
|
|||
<div class='wiki-toc'>
|
||||
<h4>Table of Contents</h4>
|
||||
<ol>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevValidation#Overview&weblang=de">Overview</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevValidation#Validate&weblang=de">Validate</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevValidation#Howtocreateatest&weblang=de">How to create a test</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevValidation#Comments&weblang=de">Comments</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevValidation&weblang=de#Overview">Overview</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevValidation&weblang=de#Validate">Validate</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevValidation&weblang=de#Howtocreateatest">How to create a test</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevValidation&weblang=de#Comments">Comments</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<p>
|
||||
<strong>Navigation:</strong> ( <a href="/cryptobox?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>)
|
||||
<strong>Navigation:</strong> ( <a href="?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>)
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h1 id="ValidationoftheCryptoBox">Validation of the CryptoBox</h1>
|
||||
<h2 id="Overview">Overview</h2>
|
||||
<p>
|
||||
The validation feature helps you to check the programming logic of the <a href="/cryptobox?action=doc&page=CryptoBox">CryptoBox</a>. A lot of test cases are defined to verify as many functions of the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> as possible.
|
||||
The validation feature helps you to check the programming logic of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>. A lot of test cases are defined to verify as many functions of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> as possible.
|
||||
</p>
|
||||
<p>
|
||||
The requests are processed with <a class="ext-link" title="http://curl.haxx.se/" href="http://curl.haxx.se/">curl</a>.
|
||||
|
@ -33,7 +33,7 @@ The requests are processed with <a class="ext-link" title="http://curl.haxx.se/"
|
|||
The received web page is saved to allow a later design review or css debugging.
|
||||
</p>
|
||||
<p>
|
||||
The current state of the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> is represented by ten single values (e.g.: <i>box is configured</i>, <i>IP of the box</i>, <i>current language setting</i>, ...), which are invisibly a part of each html page (as comments). The returned status of every request is compared to the predicted value of the test case.
|
||||
The current state of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> is represented by ten single values (e.g.: <i>box is configured</i>, <i>IP of the box</i>, <i>current language setting</i>, ...), which are invisibly a part of each html page (as comments). The returned status of every request is compared to the predicted value of the test case.
|
||||
</p>
|
||||
<p>
|
||||
Similar test cases are pooled into test groups (e.g.: <i>initialization</i>, <i>configuration</i> and <i>mounting</i>).
|
||||
|
@ -57,7 +57,7 @@ Every test consists of the following files:
|
|||
</p>
|
||||
<table class="wiki">
|
||||
<tr><td>input.curl</td><td>the configuration file for the <i>curl</i> request
|
||||
</td></tr><tr><td>output</td><td>the predicted state of the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> after the call
|
||||
</td></tr><tr><td>output</td><td>the predicted state of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> after the call
|
||||
</td></tr><tr><td>description</td><td>a short description of the test (will be used for the summary)
|
||||
</td></tr><tr><td>delay</td><td>[optional] time to wait after this test
|
||||
</td></tr></table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue