Downloading RQM Test Execution Report via API
One answer
Hi Rajesh,
I'm not sure what you mean by without invoking RQM -- not using the GUI? going to the database directly? do they use a data warehouse? Assuming you mean not using the GUI, their developers could design a program that uses the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi#Code_Examples) to get the test execution records and then format the output into comma separated values. There are code samples available. Or they could write wrappers around the RQMUrlUtility referenced there (https://jazz.net/wiki/bin/view/Main/RQMURLUtility).
I'm not sure what you mean by without invoking RQM -- not using the GUI? going to the database directly? do they use a data warehouse? Assuming you mean not using the GUI, their developers could design a program that uses the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi#Code_Examples) to get the test execution records and then format the output into comma separated values. There are code samples available. Or they could write wrappers around the RQMUrlUtility referenced there (https://jazz.net/wiki/bin/view/Main/RQMURLUtility).
Toni