Get snapshots of TCER in RPE
Hi,
i'm trying to receive snapshots of RQM TCERS with RPE.
I am working with RQM 6.0.6.
Following scenario:
- A testplan 12.current has two TCERs and two TCRs
- TCER 7
- TCER 8
- TCR 19
- TCR 20
- Take a snapshot from 12.current, let's say 12.1
- Snapshot 12.1 has two new TCERs and two new TCRs
- TCER 9 (former 7)
- TCER 10 (former 8)
- TCR 21 (former 19)
- TCR 22 (former 20)
- Test cases remain the same in 12.current and 12.1
Here is what the queries return (of course after snapshotting):
- https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projectname/executionworkitem
- returns TCER 7
- returns TCER 8
- does NOT return TCER 9
- does NOT return TCER 10
- https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projectname/executionresult
- returns TCR 19
- returns TCR 20
- does NOT return TCR 21
- does NOT return TCR 22
Also, querying results in 404 (element does not exist)
- https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projectname/executionworkitem/urn:com.ibm.rqm:executionworkitem:9
- https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projectname/executionresult/urn:com.ibm.rqm: executionresult:21
Is this a bug or is there another way to query the TCER and TCR snapshots?
I tried querying by revision ID (e.g. https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projectname/executionworkitem?revision=1) but that didn't help.
Best regards
-- Thomas
Accepted answer
Looks like you already opened a defect for this scenario (see RRDG-Query does not return snapshots of TCERs and TCRs (172346)). We'll investigate under this defect.