An example of how to test the two connections: CA-Rally and HP-ALM using the HP ALM connector.
An example of how to test the two connections: CA-Rally and HP-ALM using the QC connector.
This configuration file will instruct the QC connector to connect to the HP-ALM system and to the CA-Rally system, thus providing proof the client has:
Below are the 2 sections relating to this QC connector run:
<!-- **********************************************************************
FILE: QC-config-TestConnection.pxml
PURPOSE: To connect to the HP-ALM system and to the CA-Rally system, thus
providing proof the client system has:
- connectivity to both HP-ALM and CA-Rally
- correct configuration file syntax
- correct pathnames to files
USAGE: Replace all the "Your-..." strings below with values which are
appropriate for your environment.
*********************************************************************** -->
<config>
<RallyConnection>
<Url>rally1.rallydev.com</Url>
<WorkspaceName>Your-Rally-Workspace</WorkspaceName>
<Projects>
<Project>Your-Rally-Project</Project>
</Projects>
<User>Your-Rally-Username</User>
<Password>Your-Rally-Password</Password>
<ArtifactType>Defect</ArtifactType>
<ExternalIDField>Your-Rally-ExternalID</ExternalIDField>
</RallyConnection>
<QCConnection>
<Url>Your-QC-URL:port</Url>
<Domain>Your-QC-Domain</Domain>
<Project>Your-QC-Project</Project>
<User>Your-QC-Username</User>
<Password>Your-QC-Password</Password>
<ArtifactType>BUG</ArtifactType>
<IDField>BG_BUG_ID</IDField>
<ExternalIDField>Your-QC-ExternalID</ExternalIDField>
</QCConnection>
<ConnectorRunner>
<Preview>true</Preview>
<Services>COPY_QC_TO_RALLY</Services>
</ConnectorRunner>
</config>