Can somebody please help me where I can get the REST API Utility?
2 answers
https://jazz.net/wiki/bin/view/Main/RqmApi#Code_Examples
Comments
Hi Subash,
you're trying to upload Test Case Results in RQM from RFT.
Basically, you could run these RFT tests from RQM itself (through the RFT adapter) and... you'd get these results OOTB. Now, in the case your RFT tests are run separately and you want to consolidate associated test results in RQM afterwards, then you would indeed some programming and/or scripting. For the Java programming approach: tool utilities like RQMUrlUtility, RQMApiUtility and RQMCopyUtility come along with their source code. Such tools do not publish higher level RQM API that you could get support for. It comes AS IS afaik. Though, it may be of a help for you if you continue to dig further into that direction. You'd need to attach these results to existing TCERs (or you would need to create them by yourself as well). Depending on the complexity of your scenario, you could also upload these results with tools like RQMUrlUtility. For examples showing how to create RQM assets though either REST API either OSLC, you could check this blog post. Last option I see would be to have a check at the RQM Excel Importer...
Regards,
Stéphane
you're trying to upload Test Case Results in RQM from RFT.
Basically, you could run these RFT tests from RQM itself (through the RFT adapter) and... you'd get these results OOTB. Now, in the case your RFT tests are run separately and you want to consolidate associated test results in RQM afterwards, then you would indeed some programming and/or scripting. For the Java programming approach: tool utilities like RQMUrlUtility, RQMApiUtility and RQMCopyUtility come along with their source code. Such tools do not publish higher level RQM API that you could get support for. It comes AS IS afaik. Though, it may be of a help for you if you continue to dig further into that direction. You'd need to attach these results to existing TCERs (or you would need to create them by yourself as well). Depending on the complexity of your scenario, you could also upload these results with tools like RQMUrlUtility. For examples showing how to create RQM assets though either REST API either OSLC, you could check this blog post. Last option I see would be to have a check at the RQM Excel Importer...
Regards,
Stéphane