How to create execution record for the specified test case id using excel importer tool .
Hi,
i have 2 questions :
(1) How can we create execution record for the specified test case id and other details provided.?
(2) Rational Publishing Engine supports MS Excel format or not.? actually we want to exports test artifacts from the rqm in excel format?
Many thanks in advance,
Best regards,
Dev.
i have 2 questions :
(1) How can we create execution record for the specified test case id and other details provided.?
(2) Rational Publishing Engine supports MS Excel format or not.? actually we want to exports test artifacts from the rqm in excel format?
Many thanks in advance,
Best regards,
Dev.
Accepted answer
1. Using the URL
https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult?fields=feed/entry/content/executionresult/(testcase[@href=' <resourceUrl>']|*)
2. No.
RPE gives only these outputs - HTML, Word, PDF and XSLFO.
However, it is possible to convert XSL FO to xls format.
https://<host>:<port>/<qmcontext>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectareaalias>/executionresult?fields=feed/entry/content/executionresult/(testcase[@href=' <resourceUrl>']|*)
2. No.
RPE gives only these outputs - HTML, Word, PDF and XSLFO.
However, it is possible to convert XSL FO to xls format.