Importing test plans into Rational Quality Manager

You can import test plans that are saved as local XML files directly into Rational® Quality Manager, where they are then visible in the View Test Plans page.

Before you begin

Ensure that the local XML file to import adheres to the Rational Quality Manager XML Schema Documentation in step 4.

About this task

To import a test plan from a local XML file:

Procedure

  1. Point to Planning (Planning), and click Import Test Plans.
  2. Select Import from a local XML file, and click Browse.
  3. Locate the file, and click Open.
  4. Click Import to import the test plan into Rational Quality Manager.
    Tip: For more information on the import format and content model elements for test plan XML files, see the test plan XML Schema Documentation for Rational Quality Manager.

    See the following example for a basic test plan XML file that adheres to the Rational Quality Manager schema:

    <?xml version="1.0"?>
    <testplan xmlns="http://jazz.net/xmlns/alm/qm/v0.1/">
    	<title xmlns="http://purl.org/dc/elements/1.1/">Classics Java Test Plan</title>
    	<description xmlns="http://purl.org/dc/elements/1.1/">Test coverage for the	Classics Java application.</description>
    	<updated xmlns="http://jazz.net/xmlns/alm/v0.1/">2009-02-17T18:17:01.890Z</updated>
    	<state xmlns="http://jazz.net/xmlns/alm/v0.1/">com.ibm.rqm.planning.common.new</state>
    	<creator xmlns="http://purl.org/dc/elements/1.1/">ADMIN</creator>
    	<owner xmlns="http://jazz.net/xmlns/alm/v0.1/">unassigned</owner>
    	<testcase
    		href="../testcase/RQMViewReport_TC.xml"/>
    	<requirement
    		href="../requirement/RQMViewReport_Req.xml"/>
    </testplan>

Feedback