xml format to import test cases in rqm
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?
-------------------------------------------------------
<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?
16 answers
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.
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.
humm, xml is not viewed correctly on this page,
I am trying with encoded &lt; and &gt;
&lt;com.ibm.rqm.planning.editor.section.testCasePreCondition
extensionDisplayName="Pre-Condition"&gt;
&lt;"your data here"&gt;
&lt;/rtm:com.ibm.rqm.planning.editor.section.testCasePreCondition&gt;
I am trying with encoded &lt; and &gt;
&lt;com.ibm.rqm.planning.editor.section.testCasePreCondition
extensionDisplayName="Pre-Condition"&gt;
&lt;"your data here"&gt;
&lt;/rtm:com.ibm.rqm.planning.editor.section.testCasePreCondition&gt;
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
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
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
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
page 1of 1 pagesof 2 pages
Comments
Brian Lahaie
Dec 30 '16, 6:29 a.m.I am interested in this answer too.