Mercurial > trustbridge
view extras/testplan/README.txt @ 600:97af3f625b38
Merged.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Fri, 13 Jun 2014 12:09:07 +0200 |
parents | a54d37c4483a |
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/