15
edits
Ghendricks (talk | contribs) No edit summary |
(Updates for 1.1.2.) |
||
Line 4: | Line 4: | ||
==What's New!== | ==What's New!== | ||
{| border=1 cellpadding=4 | {| border=1 cellpadding=4 | ||
| 2006-12-21 || | |||
* Updates for 1.1.2 | |||
|- | |||
| 2006-11-14 || | | 2006-11-14 || | ||
* Page created | * Page created | ||
Line 11: | Line 14: | ||
==Known Issues== | ==Known Issues== | ||
*Tags <attachment>, <build>, <testenvironment>, <testrun> and <testrunlog> are included in testopia.dtd but not yet implemented. | *Tags <attachment>, <build>, <testenvironment>, <testrun> and <testrunlog> are included in testopia.dtd but not yet implemented. | ||
*The testplan_reference type of Database_description is not yet implemented. | *The testplan_reference type of Database_description is not yet implemented. | ||
Line 42: | Line 41: | ||
<product>TestProduct</product> | <product>TestProduct</product> | ||
<productversion>1.0</productversion> | <productversion>1.0</productversion> | ||
</testplan> | |||
<testcase author="youremail@company.com"> | <testcase author="youremail@company.com"> | ||
<summary>Test Case Summary</summary> | <summary>Test Case Summary</summary> | ||
Line 63: | Line 61: | ||
<product>TestProduct</product> | <product>TestProduct</product> | ||
<productversion>1.0</productversion> | <productversion>1.0</productversion> | ||
<document>Test Plan HTML Document</document> | <document>Test Plan HTML Document</document> | ||
</testplan> | </testplan> | ||
Line 72: | Line 69: | ||
<defaulttester>testeremail@company.com</defaulttester> | <defaulttester>testeremail@company.com</defaulttester> | ||
<categoryname>Category Name</categoryname> | <categoryname>Category Name</categoryname> | ||
<component>TestComponent</component> | <component product="TestProduct">TestComponent</component> | ||
<alias>Alias</alias> | <alias>Alias</alias> | ||
<script>Script</script> | <script>Script</script> |
edits