It's all about the answers!

Ask a question

How to know MXL of some seccion from testcases


Pedro Antonio Gonzalez Perez (1166) | asked Sep 21 '12, 5:29 a.m.

How to read the XML version of a seccion of some test case in QM in order to know which extension like this one:

//Pre condition
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=B12

it will correspond to

3 answers



permanent link
Jared Russell (1.3k12019) | answered Sep 21 '12, 6:30 a.m.
See the docs on the RQMUrlUtility on how to download a test artefact from RQM.

permanent link
Paul Slauenwhite (8.4k12) | answered Sep 21 '12, 7:56 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
See https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#SectionsIds.

permanent link
Pramod Chandoria (2.1k11220) | answered Sep 21 '12, 4:42 p.m.
JAZZ DEVELOPER
You need to do a GET on the Test case resource already created in RQM
Use Firefox browser and add Poster add on into it.
Use the URL of the test case e.g.
https://server:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectname>/testcase//urn:com.ibm.rqm:testcase:<integer id of the testcase>

e.g. https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/tasks/urn:com.ibm.rqm:testcase:44

In the header add a parameter
user-agent: true
or
accept : application/xml
Click on GET button
In response you should get the xml of the test case you are interested in.

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.