summaryrefslogtreecommitdiff
path: root/docs/content/implementation/testing.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/implementation/testing.tex')
-rw-r--r--docs/content/implementation/testing.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/content/implementation/testing.tex b/docs/content/implementation/testing.tex
new file mode 100644
index 0000000..f226abd
--- /dev/null
+++ b/docs/content/implementation/testing.tex
@@ -0,0 +1,5 @@
+\section{Testing}
+
+Since the program leverages concurrency and operates in a distributed way, it is difficult to test besides unit testing. Therefore a simulation client and simulation program was implemented which allows to test the C2EC component while simulating the different involved parties like the terminal, wallet and the providers backend system. This setup allows to test and therefore proof the functionality of the system.
+
+Besides the automated tests, using the above mentioned simulation, manual test were executed and done.