It's all about the answers!

Ask a question

Upload test evidences to RQM Test Execution Record


sasidhar Vemireddy (111) | asked Oct 15 '14, 1:50 a.m.

Is there any existing utility like RQM Excel uploader which can be used upload test evidences to RQM test Execution record. Currently this process is performed manually and any utility can boost the execution time.

The test evidences can be either a zip file or a word document. Currently we are adding them manually to Notes section respective Test Execution record.


Comments
sasidhar Vemireddy commented Oct 15 '14, 1:51 a.m.

The Version of RQM we are on is 3.0.

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Oct 20 '14, 12:21 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
You can use the RQM Reportable REST API (qm:executionworkitem/executionworkitem:notes - see https://jazz.net/products/rational-quality-manager/api-doc-5.0/schemas/qm_xsd/elements/executionworkitem.html#a12)), which is used by the RQM Excel/Word Importer.  You can use the API from any HTTP client (see https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios) or write your own utility (see https://jazz.net/wiki/bin/view/Main/RqmApi#Code_Examples for boilerplate code).

Comments
Paul Slauenwhite commented Nov 12 '14, 6:45 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

The RQM API Utility only supports RQM 4.0+, but the RQM Reportable REST API supports RQM 1.0+.  My suggestion was to use the RQM API Utility as a base for building your own custom utility that supports RQM 3.0.1.

Your answer


Register or to post your answer.