1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<head>
<name>AutoDoc Requirements</name>
<doc-version>$Date: 2003/05/19 20:31:41 $</doc-version>
<author>Matt Albrecht</author>
</head>
<body>
<P>
The following is a list of requirements for AutoDoc:
<UL>
<definition term="Issue and Test Integration">
The framework must provide the means by which issues and tests can be
correlated.
</definition>
<definition term="Self-Documenting Tests">
Automated Tests must be able to create their documentation (from the
general AutoDoc requirement). To this end, the tests must define their
relationship to issues in the testing code.
</definition>
<definition term="Report Generation">
Reports must be generated to show the pass/fail status of bugs. These
reports must be in a "universal" document form, independent of the
report's view. That is, the reports define the Model.
</definition>
<definition term="Problem Management Tool Integration">
The framework must provide the means to report the pass/fail status of bugs
to a PMT (Problem Management Tool).
</definition>
</UL>
</P>
</body>
</document>
|