gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-codeless] branch master updated: added testing in do


From: gnunet
Subject: [GNUnet-SVN] [taler-codeless] branch master updated: added testing in doc
Date: Mon, 06 Aug 2018 08:02:59 +0200

This is an automated email from the git hooks/post-receive script.

shivam-kohli pushed a commit to branch master
in repository codeless.

The following commit(s) were added to refs/heads/master by this push:
     new fbc8c0d  added testing in doc
fbc8c0d is described below

commit fbc8c0dab4c27ffe10f115f3d631e37ef6690a91
Author: shivam kohli <address@hidden>
AuthorDate: Mon Aug 6 11:29:23 2018 +0530

    added testing in doc
---
 doc/codeless.texi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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'.
 
+
address@hidden Testing
address@hidden 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:
+
address@hidden
+$ make test
address@hidden example
+
+
 @node Common Usage
 @chapter Common Usage
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]