RPE report generation for RQM datasource
Currently I am trying to generate report for RQM test suite execution records that contains result details of each test cases associated.
I am using one of the RQM template provided by IBM i.e executionResult.dta.
In RPE launcher, I am configuring the execution result datasource as following :
https://rb-alm-12-q.de.bosch.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/BEG+Aviation+Projects+%28QM%29/ser/urn:com.ibm.rqm:ser:328
but its always showing error. Instead of ser , I tried with testplan, testcase, etc. but the above url is not working for RPE configuration.
Can anyone please help in the format of datasource url for RQM testsuite results, testplan, etc. to configure in RPE dsx file?
I am using one of the RQM template provided by IBM i.e executionResult.dta.
In RPE launcher, I am configuring the execution result datasource as following :
https://rb-alm-12-q.de.bosch.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/BEG+Aviation+Projects+%28QM%29/ser/urn:com.ibm.rqm:ser:328
but its always showing error. Instead of ser , I tried with testplan, testcase, etc. but the above url is not working for RPE configuration.
Can anyone please help in the format of datasource url for RQM testsuite results, testplan, etc. to configure in RPE dsx file?
2 answers
Hi Jyotsna,
For executionresult, you can set the data source URI
https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult/urn:com.ibm.rqm:executionresult:<id>
That is, set https://qvml371:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE Banking (Quality Management)/executionresult/urn:com.ibm.rqm:executionresult:108982 for Data Source: Execution Result and for remaining data sources (name starting with "_"), the URI need not be set as it is dynamically set/calculated during document generation.
Regards,
Prasad
For executionresult, you can set the data source URI
https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult/urn:com.ibm.rqm:executionresult:<id>
That is, set https://qvml371:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE Banking (Quality Management)/executionresult/urn:com.ibm.rqm:executionresult:108982 for Data Source: Execution Result and for remaining data sources (name starting with "_"), the URI need not be set as it is dynamically set/calculated during document generation.
Regards,
Prasad
I can see that for "_Previous Results Feed", Inherited data configuration property is not set. You can try setting it to "Execution Result". If this does not resolve the issue, please provide the console/log.
Comments
You can also use this template
I have done the changes as suggested by you but still the same problem persists. I am hereby attaching the log file snapshot of it and sending it to you via email as I am unable to attach the image here.
Please refer your email for console log.
I tried to use the template attached by you above, but with that also same problem is there.
I think, there is some issue with configuration URL of Execution Result data source and the authentication properties.