diff options
author | Pacien TRAN-GIRARD | 2014-03-15 19:25:10 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-15 19:25:10 +0100 |
commit | 48b29ade0ae071401e3c4c69f70506088f28adaa (patch) | |
tree | 3154c5a0ba14c1ef1d0f1a7526641eac74517751 /report | |
parent | 5e9b27294df22eb6a11bc981e2d1844802bb0730 (diff) | |
download | esieequest-48b29ade0ae071401e3c4c69f70506088f28adaa.tar.gz |
Update report
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 3756a92..46ccc38 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -236,6 +236,15 @@ modifications on the model, can also be candidates for testing. | |||
236 | 236 | ||
237 | \subsubsection{Automatic tests} | 237 | \subsubsection{Automatic tests} |
238 | 238 | ||
239 | Functionalities of the program can be tested automatically using unit testing | ||
240 | for classes and methods, and interactive testing to simulate the user's | ||
241 | interactions. | ||
242 | |||
243 | Unit tests will later be implemented using the JUnit testing framework. | ||
244 | |||
245 | User interactions like command input can be simulated by reading and | ||
246 | interpreting commands from a text file. | ||
247 | |||
239 | \subsection{test command} | 248 | \subsection{test command} |
240 | 249 | ||
241 | \subsubsection{test files} | 250 | \subsubsection{test files} |