What are the RPE URIs for Execution Records and Results
I have RPE templates that take URIs to test plans and test suites and print out a bunch of stuff.
For those I use the following schema to get at the test plan or test suite:
https://az25app125.gddsi.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd
And in the RPE document specifications, I use URIs like this (where the final digits are a valid plan or suite ID):
Test Plan: https://myserver:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Sandbox/testplan/urn:com.ibm.rqm:testplan:161
Test Suite: https://myserver:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Sandbox/testsuite/urn:com.ibm.rqm:testsuite:143
Can somebody tell me what the equivalent URIs are for getting at execution records and results? I'm interested in what the schema URI(s) are and the URIs to use in the document specification. For the latter, I tried the following in my web browser (where the final digits are a valid test suite execution record ID), but didn't get anything back:
https://myserver:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Sandbox/suiteexecutionrecord/urn:com.ibm.rqm:suiteexecutionrecord:1001
Thanks,
Joe Gariano
For those I use the following schema to get at the test plan or test suite:
https://az25app125.gddsi.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd
And in the RPE document specifications, I use URIs like this (where the final digits are a valid plan or suite ID):
Test Plan: https://myserver:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Sandbox/testplan/urn:com.ibm.rqm:testplan:161
Test Suite: https://myserver:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Sandbox/testsuite/urn:com.ibm.rqm:testsuite:143
Can somebody tell me what the equivalent URIs are for getting at execution records and results? I'm interested in what the schema URI(s) are and the URIs to use in the document specification. For the latter, I tried the following in my web browser (where the final digits are a valid test suite execution record ID), but didn't get anything back:
https://myserver:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Sandbox/suiteexecutionrecord/urn:com.ibm.rqm:suiteexecutionrecord:1001
Thanks,
Joe Gariano
Accepted answer
You should see the list of test execution result(s) under the section "Previous Result Details" in browser.
In RPE, you can use qm.xsd for adding data source schema for suiteexecutionrecord.
In RPE, you can use qm.xsd for adding data source schema for suiteexecutionrecord.