It's all about the answers!

Ask a question

How to Import RFT execution results into RQM


sandip raikar (1161813) | asked Mar 18 '10, 7:11 a.m.
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.

3 answers



permanent link
Vaibhav Srivastava (2861) | answered Mar 18 '10, 8:51 a.m.
JAZZ DEVELOPER
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

permanent link
sandip raikar (1161813) | answered Mar 22 '10, 1:40 a.m.
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.

permanent link
Vaibhav Srivastava (2861) | answered Mar 22 '10, 2:50 a.m.
JAZZ DEVELOPER
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

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.