How to Import RFT execution results into RQM
Hi All,
We have executed RFT scripts directly in RFT itself, but we want to import the executed result of the RFT scripts into RQM. Is there any import utility to do the same. This would be similar to the RQM import utility used in importing test cases to RQM from excel files.
RQM version used is 2.0.0.1 and RFT version is 8.1.
Thanks,
Sandip.
We have executed RFT scripts directly in RFT itself, but we want to import the executed result of the RFT scripts into RQM. Is there any import utility to do the same. This would be similar to the RQM import utility used in importing test cases to RQM from excel files.
RQM version used is 2.0.0.1 and RFT version is 8.1.
Thanks,
Sandip.
3 answers
Hi All,
We have executed RFT scripts directly in RFT itself, but we want to import the executed result of the RFT scripts into RQM. Is there any import utility to do the same. This would be similar to the RQM import utility used in importing test cases to RQM from excel files.
RQM version used is 2.0.0.1 and RFT version is 8.1.
Thanks,
Sandip.
Hi Sandip,
You could create an Execution Result and attach the RFT log to it.
For this, navigate to View Test Execution Record, select the TER which you want to associate the RFT log with. Chose 'None' in the Script's dropdown, and click Run button.
This will give you an editable Execution result page where you enter details and associate attachments in the rich text editor.
Thanks
Hi Vaibhav,
The solution provided shows additional effort to create TER and then attach the results.
Alternate solution:
Build your own import utility with IBM's REST APIs:
Rational Quality Manager API Reference -
https://jazz.net/wiki/bin/view/Main/RqmApi
Can you provide some pointers in creating this utility. What development skills does it require. How complex is it to create this utility.
Your help will be great advantageous for us.
Thanks,
Sandip.
The solution provided shows additional effort to create TER and then attach the results.
Alternate solution:
Build your own import utility with IBM's REST APIs:
Rational Quality Manager API Reference -
https://jazz.net/wiki/bin/view/Main/RqmApi
Can you provide some pointers in creating this utility. What development skills does it require. How complex is it to create this utility.
Your help will be great advantageous for us.
Thanks,
Sandip.
Hi Vaibhav,
The solution provided shows additional effort to create TER and then attach the results.
Alternate solution:
Build your own import utility with IBM's REST APIs:
Rational Quality Manager API Reference -
https://jazz.net/wiki/bin/view/Main/RqmApi
Can you provide some pointers in creating this utility. What development skills does it require. How complex is it to create this utility.
Your help will be great advantageous for us.
Thanks,
Sandip.
Hi Sandip,
Yes, using APIs to create ERs is an alternative. You can use the URL Utility to post your data into RQM (authenticated).Please visit https://jazz.net/wiki/bin/view/Main/RQMURLUtility
Also, regarding the development effort. All you would need to do is to convert the data in the XML format of Execution Result as described in https://jazz.net/wiki/bin/view/Main/RqmApi Then using the URL Utility, you can post that data into RQM server.
Hope this helps,
Thanks
Vaibhav