From 48b29ade0ae071401e3c4c69f70506088f28adaa Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 15 Mar 2014 19:25:10 +0100 Subject: Update report --- report/progression.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'report') 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. \subsubsection{Automatic tests} +Functionalities of the program can be tested automatically using unit testing +for classes and methods, and interactive testing to simulate the user's +interactions. + +Unit tests will later be implemented using the JUnit testing framework. + +User interactions like command input can be simulated by reading and +interpreting commands from a text file. + \subsection{test command} \subsubsection{test files} -- cgit v1.2.3