Testopia:Documentation:XMLImport: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(Replaced content with '__NOEDITSECTION__ Back to the Testopia Main Page ==What's New!== {| border=1 cellpadding=4 | 2009-12-02 || * Updates for 2.3 |- | 2006-12-21 || * Updates for 1…')
 
(8 intermediate revisions by 3 users not shown)
Line 4: Line 4:
==What's New!==
==What's New!==
{| border=1 cellpadding=4
{| border=1 cellpadding=4
| 2009-12-02 ||
* Updates for 2.3
|-
| 2006-12-21 ||
* Updates for 1.1.2
|-
| 2006-11-14 ||  
| 2006-11-14 ||  
* Page created
* Page created
|-
|-
|}
|}
==Know Issues==


==Getting Started==
==Getting Started==


Testopia imports must be run from your Bugzilla home directory using tr_importxml.pl
Testopia imports can be run from your Bugzilla home directory using tr_importer.cgi or from the commandline using tr_importxml.pl
 
===Sample XML import files===
 
====Minimum for Test Plan and Test Case====
 
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE testopia SYSTEM "testopia.dtd">
<testopia version="1.1">
        <testplan author="youremail@company.com" type="System">
                <name>Test Plan Name</name>
                <product>testproduct</product>
                <productversion>1.0</productversion>
                <editor>editoremail@company.com</editor>
        </testplan>
        <testcase author="youremail@company.com">
                <summary>Test Case Summary</summary>
                <testplan_reference type="Xml_description">Test Plan Name</testplan_reference>
                <requirement>Requirement Text</requirement>
                <defaulttester>testeremail@company.com</defaulttester>
                <action>Action HTML Text</action>
        </testcase>
</testopia>
 
 
 


==Types for testplan_reference==
<br>Back to the [[Testopia |Testopia Main Page]]
<br>Back to the [[Testopia |Testopia Main Page]]

Latest revision as of 23:47, 1 December 2009

Back to the Testopia Main Page

What's New!

2009-12-02
  • Updates for 2.3
2006-12-21
  • Updates for 1.1.2
2006-11-14
  • Page created

Getting Started

Testopia imports can be run from your Bugzilla home directory using tr_importer.cgi or from the commandline using tr_importxml.pl

Types for testplan_reference


Back to the Testopia Main Page