view extras/testplan/README.txt @ 604:3d45f5bca0aa

(Testplan) Updated README for new intests version with language support.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 18 Jun 2014 09:17:25 +0200
parents a54d37c4483a
children de1e3a47ed21
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 --stringparam lang de 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/