How to know MXL of some seccion from testcases
3 answers
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.
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.