view extras/testplan/README.txt @ 605:1642a79cc02d

Every class that inherits QObject needs the Q_Object macro. Fixes moc warnings
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 18 Jun 2014 10:44:39 +0200
parents 3d45f5bca0aa
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/