Export form RQM to Excel by backup of teste cases
One answer
Hi Omar,
You can not move artifacts from RQM to Excel for backup. however You can do few things.
1. If you know there is another RQM server where you will be working onwards then use RQM's Copy tool to copy artifacts from one project to another
2. You can ultimately export data into xml using RQM's rest API. there is no straightforward tool to do it automatically. You can write your own script to GET data from RQM and save in xml files, These xml files you can later import into another project using same REST API.
You can not move artifacts from RQM to Excel for backup. however You can do few things.
1. If you know there is another RQM server where you will be working onwards then use RQM's Copy tool to copy artifacts from one project to another
2. You can ultimately export data into xml using RQM's rest API. there is no straightforward tool to do it automatically. You can write your own script to GET data from RQM and save in xml files, These xml files you can later import into another project using same REST API.