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? |
16 answers
Hi. I need to import a test case in excel format in RQM. I made a XML file with the follow structure: 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: 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. |
This is an example
<rtm> <"Your precondition"> </rtm> <rtm> <"Yout post dondition goes here"> </rtm> |
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; |
Will the capability be added to import test cases etc from .csv, Excel, Word instead of making imports work in XML?
:cry: |
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.
|
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 |
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.
|
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 |
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
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.
Comments
I am interested in this answer too.