view extras/testplan/README.txt @ 599:a54d37c4483a

Added first test plan xml file (and README to build it with intests).
author Emanuel Schuetze <emanuel@intevation.de>
date Fri, 13 Jun 2014 12:07:43 +0200
parents
children 3d45f5bca0aa
line wrap: on
line source
Test plan for TrustBridge
=========================

TrustBridge uses the free test plan framework "intest" [1] to fill
out test plans with a simple web server and produce test plan
protocols as PDF document.

Initially, fetch current intests hg-repository:

   $ hg clone https://hg.intevation.org/intests


Run test plan
-------------

1. Create a working copy of original testplan.xml into
   the intests directory:
   $ cd intests
   $ cp /path/to/testplan.xml testplan.xml

2. Start web server [optional with port number]:
   $ python main.py testplan.xml [PORT]

3. Enter test information
   (date, OS, tester, version, comment)

4. Run all tests of each test suite and
   record the test results (yes = passed, no = failed, n/a).

5. Quit web server

6. Create test plan protocol as PDF:
   $ xsltproc xforms/xml2tex.xsl testplan.xml > tex/testplan.tex
   $ cd tex
   $ make testplan.pdf


---
[1] https://wald.intevation.org/projects/intests/

http://wald.intevation.org/projects/trustbridge/