Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Bulk Export of RQM Test Scripts and Manual Steps

 I have a one time task of writing all manual test_scripts and their manual steps to disk. I am trying to reverse engineer the database schema but the DW star schema is challenging. I have found the table: "planning_execution_script" and i simply need guidance and which tables will lead me to the "manual steps" associated with each.  We are using 8.0.4

0 votes



2 answers

Permanent link
Scott,

The table 'planning_execution_script' is not in the DW, are you sure it exist on the repository? And moreover if you need to load all the steps then DW would not be sufficient as it contains only the steps which are linked with requirements. REST API may be useful here See RQM Reportable REST API and RQM URL Utility.

Regards,
Mehul

0 votes


Permanent link
I have an older version of RQM (4.04). I was able to reverse engineer the RQM DW schema.    All the relationships I need aren't actually stored in the database as direct relationships. The  table 'planning_execution_script' does exist in our schema and it joins to the 2 other big tables which store xml blobs (I can provide the sql if anyone cares).    I have to first parse a compressed XML blob (encoded in a deprecated version of utf-8).  Then pull out the list of manual test-steps with sections: description, expected_results, data, attachments from the xml. Then fetch each of those section’s content from RQM as another encoded/compressed blob. I was able to pull 2k manual test-scripts and contents in under 10 minutes. 

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927

Question asked: Mar 16 '16, 9:17 a.m.

Question was seen: 2,892 times

Last updated: Mar 21 '16, 10:51 a.m.

Confirmation Cancel Confirm