Work around to recreate lost Test Scripts by inline edit? CLM 406
Limitation: Manual test script editing in Rational Quality Manager 4.0.6 causes loss of Test Script steps if they are edited inline. Now, the only workaround is to recreate them manually.
How about using the history of the Test Script which will contain the step, expected results.
eg:
https://clm.admin.ws/qm/service/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/JKE+Banking+%28Quality+Management%29/testscript/urn:com.ibm.rqm:testscript:4
>> Gives the history of the Test Script (#4) in XML.
Any pointers on how to parse them and put the data into excel so we could recreate the artifacts (Test Script) using the Excel Importer? I looked at a few XML to excel converters but no go.
Accepted answer
Hi Sunil,
Unfortunately, the history feed (see https://jazz.net/wiki/bin/view/Main/RqmApi#historyUrl) contains unstructured XHTML audit events, which is difficult to parse. See As a User, I want to GET a structured history feed using the RQM Reportable REST API (101195) for more details.
Unfortunately, the history feed (see https://jazz.net/wiki/bin/view/Main/RqmApi#historyUrl) contains unstructured XHTML audit events, which is difficult to parse. See As a User, I want to GET a structured history feed using the RQM Reportable REST API (101195) for more details.