Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to know MXL of some seccion from testcases

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

0 votes



3 answers

Permanent link
See the docs on the RQMUrlUtility on how to download a test artefact from RQM.

0 votes


Permanent link
See https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#SectionsIds.

0 votes


Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014

Question asked: Sep 21 '12, 5:29 a.m.

Question was seen: 3,668 times

Last updated: Sep 21 '12, 4:42 p.m.

Confirmation Cancel Confirm