diff options
author | René den Hertog | 2017-10-02 00:15:19 +0200 |
---|---|---|
committer | René den Hertog | 2017-10-02 00:21:01 +0200 |
commit | 1fc7f2cac854c9add322192be3f1c908fcb83885 (patch) | |
tree | 8fef3747d281ffa9887ecac1acf725b2df6cdfb7 /assignments | |
parent | Improve the 'Test Environment' section of the 'Test Plan'. (diff) |
Start the skeleton of the 'Manual Testing' & 'Automated Testing' sections.
Diffstat (limited to 'assignments')
-rw-r--r-- | assignments/assignment1.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assignments/assignment1.tex b/assignments/assignment1.tex index 525a44a..ebe7f8a 100644 --- a/assignments/assignment1.tex +++ b/assignments/assignment1.tex @@ -197,6 +197,13 @@ The tests will either be stored in the examples database (directory) or will be Since Haskell, as most functional programming languages, is ``stable" in terms of side effects and randomness, reproductivity should no be an issue. Nevertheless, we will make sure every test case can be reproduced, that is, run again leading to the same results as is documented. +\section{Manual Testing} + +% TODO : Add the "results" of the exercises of section 2 of the assignment. + +\section{Automated Testing} + +% TODO : Add the "results" of the exercises of section 3 of the assignment. \begin{thebibliography}{8} \bibitem[C] {C} \url{http://haskell.org/cabal} |