How to retrieve custom attribute of testcase identifier?
RQM 4.x used and ExcelImporter is the same version.
When using ExcelImporter to create the new custom attributes in TestCases, we can specify identifier to create
new custom attributes. using the same identifier, we can update the custom attributes in bulk later on.
If there are existing custom attributes created via UI and we want to update them using ExcelImporter, obviously
we need to know those attributes' identifier so that we can specify in cfg file for bulk update.
1) When creating custom attributes via UI, will identifier get created internally?
2) if yes, is there any way we can retrieve it? I think OSLC API may be able to do the job, does anyone know which URL(sample is ok) can be used?
Thanks
When using ExcelImporter to create the new custom attributes in TestCases, we can specify identifier to create
new custom attributes. using the same identifier, we can update the custom attributes in bulk later on.
If there are existing custom attributes created via UI and we want to update them using ExcelImporter, obviously
we need to know those attributes' identifier so that we can specify in cfg file for bulk update.
1) When creating custom attributes via UI, will identifier get created internally?
2) if yes, is there any way we can retrieve it? I think OSLC API may be able to do the job, does anyone know which URL(sample is ok) can be used?
Thanks
2 answers
Hi Don,
I see you fixed (at least part of) your concern which is good news.
For other samples, you could refer to http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/ for accessing any kind of RQM artefacts (both through REST APIs and OSLC).
Regards,
Stéphane
I see you fixed (at least part of) your concern which is good news.
For other samples, you could refer to http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/ for accessing any kind of RQM artefacts (both through REST APIs and OSLC).
Regards,
Stéphane
I found that using Poster(header set as Accept=application/xml) and URL as
https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TestRQM/testplan/urn:com.ibm.rqm:testplan:11
will provide the identifier info in the xml response as well. This works for other artifacts such as TestCase as well.
https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TestRQM/testplan/urn:com.ibm.rqm:testplan:11
will provide the identifier info in the xml response as well. This works for other artifacts such as TestCase as well.