It's all about the answers!

Ask a question

xml format to import test cases in rqm


Pablo Schwarzenberg (11) | asked Mar 31 '09, 7:58 a.m.
Hi. I need to import a test case in excel format in RQM. I made a XML file with the follow structure:

-------------------------------------------------------
<testcase>
<identifier>https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/testcase/CP1.xml</identifier>

<title>CP1</title>

<description>Inyectar un archivo de deposito desmaterializado del banco BCI, con tipo de instrumento = Deposito a plazo fijo</description>

<state>Approved</state>

<creator>Lorena Cortes</creator>

<owner>Lorena Cortes</owner>

<category></category>

<category></category>

<Precondition>La jornada debe estar vigente </Precondition>

<template></template></testcase>
----------------------------------------------------------

When i finish to import the xml file in RQM, the pre-condition doesn't load in the test case's Pre-Condition section.

What i'm doing wrong?

Comments
Brian Lahaie commented Mar 31 '09, 2:21 p.m. | edited Dec 30 '16, 6:29 a.m.

I am interested in this answer too.

16 answers



permanent link
Robert Rassmann (9923) | answered Mar 31 '09, 3:06 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Hi. I need to import a test case in excel format in RQM. I made a XML file with the follow structure:

-------------------------------------------------------
<testcase>
<identifier>https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/testcase/CP1.xml</identifier>

<title>CP1</title>

<description>Inyectar un archivo de deposito desmaterializado del banco BCI, con tipo de instrumento = Deposito a plazo fijo</description>

<state>Approved</state>

<creator>Lorena Cortes</creator>

<owner>Lorena Cortes</owner>

<category></category>

<category></category>

<Precondition>La jornada debe estar vigente </Precondition>

<template></template></testcase>
----------------------------------------------------------

When i finish to import the xml file in RQM, the pre-condition doesn't load in the test case's Pre-Condition section.

What i'm doing wrong?


I just tested this and it didn't work for me either. I have filed a defect for this.

permanent link
Glenn Bardwell (58621527) | answered Apr 13 '09, 10:25 a.m.
JAZZ DEVELOPER
Hi. I need to import a test case in excel format in RQM. I made a XML file with the follow structure:

-------------------------------------------------------
<testcase>
<identifier>https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/testcase/CP1.xml</identifier>

<title>CP1</title>

<description>Inyectar un archivo de deposito desmaterializado del banco BCI, con tipo de instrumento = Deposito a plazo fijo</description>

<state>Approved</state>

<creator>Lorena Cortes</creator>

<owner>Lorena Cortes</owner>

<category></category>

<category></category>

<Precondition>La jornada debe estar vigente </Precondition>

<template></template></testcase>
----------------------------------------------------------

When i finish to import the xml file in RQM, the pre-condition doesn't load in the test case's Pre-Condition section.

What i'm doing wrong?


I just tested this and it didn't work for me either. I have filed a defect for this.

The syntax for sections is slightly different from what you used.

<com>
my precondition
<com>
<com>
my postcondition
<com>

should work.

permanent link
Pramod Chandoria (2.1k11220) | answered Apr 14 '09, 3:14 a.m.
JAZZ DEVELOPER
This is an example

<rtm>
<"Your precondition">
</rtm>

<rtm>
<"Yout post dondition goes here">
</rtm>

permanent link
Pramod Chandoria (2.1k11220) | answered Apr 14 '09, 3:20 a.m.
JAZZ DEVELOPER
humm, xml is not viewed correctly on this page,
I am trying with encoded < and >


<com.ibm.rqm.planning.editor.section.testCasePreCondition
extensionDisplayName="Pre-Condition">
<"your data here">
</rtm:com.ibm.rqm.planning.editor.section.testCasePreCondition>

permanent link
Lisa Davis (1621) | answered Apr 20 '09, 6:57 p.m.
Will the capability be added to import test cases etc from .csv, Excel, Word instead of making imports work in XML?

:cry:

permanent link
Helen Lozoraitis (60624) | answered Apr 21 '09, 3:11 p.m.
JAZZ DEVELOPER
Hi, I believe there will be utilities to help with imports from other tools such as MS Office, which will be XML-based underneath, but the user shouldn't have to be so exposed to it. I'll try to post more information as it becomes available. Thanks.

permanent link
Telmo Duro (11) | answered May 11 '09, 4:10 p.m.
Are the utilities to help with imports from other tools such as MS Office, which will be XML-based underneath available?

Where can i get them? Some one can provide me with a full xml example for importing testcases.

Thanks

permanent link
Helen Lozoraitis (60624) | answered May 12 '09, 9:15 a.m.
JAZZ DEVELOPER
Hi, the XML based utilities are still in development and will be available for the RQM 2.0 release. Although not actually shipped with the product, they will be posted on jazz.net for use with RQM 2.0.

permanent link
Joao Lourenço (11) | answered May 12 '09, 12:31 p.m.
Hi, I've installed RQM 2.0 . Can you tell me where can I find those "new" utilities?
I am really desperate to import some doc files to RQM (deadlines).

Or at least could you tell me where can I find the xml templates to use in RQM so that I can work with those xml templates and my doc files?

Thanks in advance

permanent link
Joao Lourenço (11) | answered May 12 '09, 12:31 p.m.
Hi, I've installed RQM 2.0 . Can you tell me where can I find those "new" utilities?
I am really desperate to import some doc files to RQM (deadlines).

Or at least could you tell me where can I find the xml templates to use in RQM so that I can work with those xml templates and my doc files?

Thanks in advance

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.