view testplan/README.txt @ 1331:8897c90b8166

(issue108) Remove generate_cppcheck and cppcheck target This did not work correctly. It is better just to manually execute cppcheck on the files as it gives you more control over the options.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 15 Oct 2014 13:24:59 +0200
parents 3e4ac23938e1
children
line wrap: on
line source
= Test plan for TrustBridge

TrustBridge uses the Free Software test plan framework 
  [[https://wald.intevation.org/projects/intests/]]
to fill out test plans with a simple web server.
InTEsts can also produce PDF output.

To start, fetch the current version of inTests:

{{{
  hg clone https://hg.intevation.org/intests
}}}


== Completing a test plan

# Create a working copy of original testplan.xml into the intests directory:
 {{{
  cd intests
  cp /path/to/testplan.xml testplan.xml
 }}}
# Start web server [optional with port number]:
 {{{
  python main.py testplan.xml [PORT]
 }}}
# Enter test information
   (date, OS, tester, version, comment)
# Run all tests of each test suite and
   record the test results (yes = passed, no = failed, n/a).
# Quit web server
# Create test plan protocol as PDF:
{{{
  xsltproc --stringparam lang de xforms/xml2tex.xsl testplan.xml > tex/testplan.tex
  cd tex
  make testplan.pdf
}}}

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