VeroStyle - Test Procedure Review Checklist
VeroTrace generates XML traceability review
data for all artifacts stored in the traceability database.
VeroStyle transforms this data into a checklist
document, and the XML data is reused as the artifact traceability data.
Artifact checklists are
automatically generated by VeroStyle when an electronic artifact
review is performed within VeroTrace.
VeroTrace then optionally opens the generated
checklist for electronic signature by the reviewer.
VeroTrace can also optionally check the
checklist into the project Configuration Management (CM) system.
Below is an example of the XML data
for a single test procedure review generated by VeroTrace and
transformed by VeroStyle, using a document stylesheet and a
directive file [not shown] to produce the test procedure review checklist as a
Microsoft Word document.
Note that this stylesheet shows VeroStyle’s
ability to customize a document to include a logo or other images.
XML Generated by VeroTrace:
<?xml-stylesheet
type="text/xsl" href="\Stylesheets\testReview.xsl"?>
<testReview>
<review>
<title>Test Procedure Review</title>
<reviewChecklist>TPR_tp01_04_02__02.c.doc</reviewChecklist>
<reviewer>JVC</reviewer>
<date>07/30/2002</date>
<test>tp01_04_02__02.c</test>
<modules>
<mod>stampT</mod>
<mod></mod>
</modules>
<requirement reqNum="BR.1.4.2-2"
reqDetails="BR_01_04_02-02_details.xml"/>
<reviewComments>This test procedure passes review.</reviewComments>
</review>
<logo>checklist-logo.bmp</logo>
</testReview>
Document “Stylesheet”:
Test
Procedure Review Checklist
|
{<logo>}
|
Reviewer:
|
{<reviewer>}
|
Date:
|
{<date>}
|
Requirement(s):
|
{<requirement#reqNum>}
|
Source File/
Module Name(s):
|
{<mod>}
|
Test File:
|
{<test>}
|
Target (CPU Family):
|
PowerPC/604
|
|
|
|
|
|
Resulting Document Produced by VeroStyle:
Test
Procedure Review Checklist
|
|
Reviewer:
|
Jim Chelini
|
Date:
|
07/30/2002
|
Requirement(s):
|
BR.1.4.2-2
|
Source File/
Module Name(s):
|
stampT
|
Test File:
|
tp01_04_02__02.c
|
Target (CPU Family):
|
PowerPC/604
|
|
|
|
|
|
|
|
|
|
|