Export test script steps from RQM to Excel v4.0.2
3 answers
You can using the REST API to return the Test Script data, but it will be in XML, for example:
GET
In this case my Public URI is "clm401:9443"
My QM Project is : LPA+project+1+%28Quality+Management%29
My Script ID is 34
You can use Poster (or any other HTTP client) to trigger the request.
Also be sure to use the Request header text/xml or application/xml
This will return the xml of the test script; you would need to then parse out the data you are interested in
Hello,
When you are viewing a list of test scripts, do you see the Download as spreadsheet (.csv) button on the toolbar?
When you are viewing a list of test scripts, do you see the Download as spreadsheet (.csv) button on the toolbar?
Comments
1 vote
showing 5 of 8
show 3 more comments
Hello Ade,
2 other ways to get RQM Test Script Steps into a xls:
(1) Via Excel Importer and Test Case 'Run offline' mode (quick, easy)
Install the RQMExcelWordImporter
Find the Test Case which the Test Script is associated to. Click Run Offline.
This will generate a .rqms file, which you can easily open in xls using the RQM 'Import for offline' installed add-in.
This gives you all the Test Script Steps of the Test Script associated to the Test Case - see picture below.
(2) Create a RPE report: see this forum post (need RPE)
Hope this helps.
2 other ways to get RQM Test Script Steps into a xls:
(1) Via Excel Importer and Test Case 'Run offline' mode (quick, easy)
Install the RQMExcelWordImporter
Find the Test Case which the Test Script is associated to. Click Run Offline.
This will generate a .rqms file, which you can easily open in xls using the RQM 'Import for offline' installed add-in.
This gives you all the Test Script Steps of the Test Script associated to the Test Case - see picture below.
(2) Create a RPE report: see this forum post (need RPE)
Hope this helps.