summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshivam kohli <kohlishivam5522@gmail.com>2018-08-06 11:29:23 +0530
committershivam kohli <kohlishivam5522@gmail.com>2018-08-06 11:29:23 +0530
commitfbc8c0dab4c27ffe10f115f3d631e37ef6690a91 (patch)
treec20d53d370a58ada0eae25808d1f2c3952dd3e4d
parent197a147ebabf0d32b66df1779877504de6051b9a (diff)
downloadcodeless-fbc8c0dab4c27ffe10f115f3d631e37ef6690a91.tar.gz
codeless-fbc8c0dab4c27ffe10f115f3d631e37ef6690a91.tar.bz2
codeless-fbc8c0dab4c27ffe10f115f3d631e37ef6690a91.zip
added testing in doc
-rw-r--r--doc/codeless.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/codeless.texi b/doc/codeless.texi
index 9b3bfb6..0a8b80c 100644
--- a/doc/codeless.texi
+++ b/doc/codeless.texi
@@ -46,6 +46,7 @@ Free Documentation License".
* Introduction::
* Installation::
* Inventory Tracking::
+* Testing::
* Common Usage::
* Limitation::
* Future Work::
@@ -235,6 +236,23 @@ the orders purchased are added in the Order table in the database. The
status for each order has to be updated buy the Merchant manually. The initial
status of order is marked as 'Pre Processing'.
+
+@node Testing
+@chapter Testing
+
+The codeless backend can be well tested by the use of various test cases
+that has been implemented for the current scenario. Two test cases have
+been implemented to check the functionality. For the implemtation part a
+selenium script has been written which uses geckodriver to run the script.
+Selenium automates browsers. It create robust tests.
+A process to check the registration part as well the login part has been
+written. To run the test follow:
+
+@example
+$ make test
+@end example
+
+
@node Common Usage
@chapter Common Usage