Testopia:Documentation:XMLImport: Difference between revisions

Updates for 1.1.2.
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==


*Tag <category> will error with "Cannot find product ' ' for category 'CATEGORY'".  Work around is to include the category with the <categoryname> tag under the <testcase> tag and the category will be created if it does not exist.
*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.
*Tag <requirement> is listed as required for a Test Case in testopia.dtd but should not be.
*Tag <alias> is listed as 0 or more times in testopia.dtd and should be 0 or 1.
*Tag <editor> is still included in testopia.dtd although there is no longer a Test Plan Editor.
*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>
                <editor>editoremail@company.com</editor>
        </testplan>
        </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>
                <editor>editoremail@company.com</editor>
                 <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>
15

edits