rqm .how to import test scripts from rqm
2 answers
What is the purpose of exporting script from RQM? If you want to import to other project, you may want to use copyutil which is available in jazz.net download. If you want to export the script and run it in Word or Excel, RQMExcel/WordImporter can serve that purpose: https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter
Khem
In RQM 4.x there is an option to "Download as a Spreadsheet (.csv)" for the Browse Test Scripts view (Construction -> Browser -> Test Scripts); this option will download a 'list' of Test Scripts, it will not download the contents of the Test Scripts
Another option would be using the REST API (REST API); you can obtain the XML of a Test Script(s) using Poster or some other 3rd party HTTP client
Ara