How to configure the Rally connector for HP Quality Center to copy test cases to Quality Center.
1. Create a test case in Rally:
2. In xml config file of tests/test cases in <QCConnection> section there must be a pre-existing QC Test Folder(from Test Plan) specified ,e.g.
<TestFolder>MyTestFolder</TestFolder>
When the test case from Rally is copied to QC it should land in this folder.
3. Run the connector:
The test is created in QC. Notice the TS_USER_01 labeled ?RallyID? field populated with Object ID of the corresponding CA Agile Central test case:
On the Rally side the original test case now has its custom field TCExternalID populated with the ID of the corresponding QC test:
At this point if an Test Instance of this test needs to be created in Test Lab, and a run needs to be copied from QC to Rally, please follow the steps described in previous section of this document. Note that runs can only be copied from QC to Rally. The connector does not support copy service from Rally to QC for test case results.?