It's all about the answers!

Ask a question

How to retreive all the test cases from RQM into an xml file


chythra manjunatha (111) | asked Dec 09 '19, 10:13 a.m.

 Basically I want to develop a "Find and replace" for the Test cases in RQM.Suppose a signal changes in the test description of a test case, all other test cases containing that signal in their test description must change that signal. I want to know if there is a command to get all the test cases at a time into an xml. So that the signal can be found in the xml and replaced with the new value at all the places and then imported back from the xml into RQM. Please let me know if this can be done anyhow

One answer



permanent link
Bharath Rao (900134) | answered Dec 09 '19, 9:58 p.m.

Hi Chythra,


In order to achieve your requirement, you will have to develop a custom tool which uses REST calls to perform a GET on the RQM resource as XML, modify and PUT resource to RQM.

You should explore the RQMURLUtility for your version of RQM for more details on GET / PUT requests.

Hope it helps!

Regards,
Bharath

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.