Can you export test scripts to Excel in RQM version 3.0.1?
2 answers
Hi Jason,
Unfortunately, there is no way to export test scripts in RQM 3.0.1 to MS Excel using the web UI. RQM 4.0 does allow test scripts to be exported as a csv file.
The only two ways to export as a csv file in RQM 3.0.1 are as follows (copied from forum post "Exporting Test cases from RQM to Excel"):
1) Using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to GET the test resources. Your client code would have to read the XML resource and generate a CSV file. See https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios to get started.
2) Create/export a report as CSV using Insight (see https://jazz.net/wiki/bin/view/Main/CALMReportingSetupSteps).
Unfortunately, there is no way to export test scripts in RQM 3.0.1 to MS Excel using the web UI. RQM 4.0 does allow test scripts to be exported as a csv file.
The only two ways to export as a csv file in RQM 3.0.1 are as follows (copied from forum post "Exporting Test cases from RQM to Excel"):
1) Using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi) to GET the test resources. Your client code would have to read the XML resource and generate a CSV file. See https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios to get started.
2) Create/export a report as CSV using Insight (see https://jazz.net/wiki/bin/view/Main/CALMReportingSetupSteps).
Hi Tory
How can we export test scripts in excel/ csv from RQM 4.0.1 ?
Thanks
Hemant.
How can we export test scripts in excel/ csv from RQM 4.0.1 ?
Thanks
Hemant.
Comments
Hi Hamant,
If you go to 'Browse Test Scripts' in RQM 4.0 or later, you click the 'Download as spreadsheet (.csv)' icon.
Hi Tory
Thanks for the prompt reply.
By doing this we get list of all the scripts. What I am looking for is to export test steps from test script in an excel sheet.
Thanks
Hemant