Exporting Test Scripts or other artifacts
2 answers
What is the easiest way to export a test script for use outside of RQM, e.g. editing, sharing with people who do not have RQM, and so on?
There are two ways that you could export a script from RQM. The first it to create a PDF of it from the UI. This won't be editable but it can be used to show the script to those who don't have QM access.
The second is to use the RQM REST API. See https://jazz.net/wiki/bin/view/Main/RqmApi. The REST API will export the script as XML so it isn't in a very human readable format, but it is possible to edit the xml and then re-import the script.
Best Regards,
Rob