1

We are trying to migrate QC ALM to Rally. But the problem is, need to move entire existing folder structure and all test cases to Rally. I have seen in Rally help is possible by setting and running config file.

https://help.rallydev.com/QC-config-test-steps-02.pxml

I am not aware of how to run this config file as I am very new to ALM. If you know any simple way, please share.

halfer
  • 19,824
  • 17
  • 99
  • 186

2 Answers2

0

This is probably a larger project than we can help you with here. I'd suggest reaching out to Rally support for some help with this connector.

Kyle Morse
  • 8,390
  • 2
  • 15
  • 16
0

We are successfully able to migrate the data from QC ALM to Rally via rest API.

Implemented a java script which will call the HTTP QC rest call to extract the folder names and test steps. After that using selenium we are able to create the same folder structure in rally and imported test steps...

QC GET API Calls to extract data:-

Folder Names:- http:///qcbin/rest/domains//projects/Project/test-folders?query={parent-id[]}

Test steps:- http:///qcbin/rest/domains//projects/Project/test-sets?query={id[]}