Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Table of Contents



Setup Instructions

Below steps provides a high-level overview of adapter setup instructions.

  1. Download and copy Zephyr HP ALM adapter jar file on to a standalone machine that has access to both HP ALM and Zephyr

    1. Download the 'HPQC-ZS-<release>' file from the following page: http://download.yourzephyr.com/download-zephyr-6xx.php
  2. Install JRE 1.8 or higher

  3. Allocate at least 10 GB of memory for the adapter process (data is processed in batches to optimize performance and reduce memory usage). System should have 16 GB memory in total.

  4. Ensure you can access HP ALM using admin credentials

  5. Ensure you can access Zephyr using Test Manager credentials

  6. Click on the jar file to run the adapter.

  7. Access the adapter via the browser and follow the onscreen instructions to kick off migration as per the plan.


Usage Instructions

The steps below show the typical flow for migrating a single project (Domain) from HP ALM to Zephyr Standalone:

Step 1: Provide the Zephyr and HP QC Configuration information

Step 2: Edit and validate the correct configuration information

Step 3: Click 'Next' after validating information

Step 4: Choose your domain

Step 5: Select the project to migrate

Step 6: Open the command prompt or Terminal

Step 7: Go the the directory(Dir) where the jar is located.

Step 8: Type the following command

  • -Dserver.port requires you to use the port where the server needs to be started.
  • -Xms2048m and -Xmx2028m refers to the minimum and maximum memory required to be allocated for the jar.
java -jar -Dserver.port=44444 -Xms2048m -Xmx2048m hpqc-zs-1.3.jar


Additional Questions

For any questions, please contact Zephyr Support: https://support.getzephyr.com

  • No labels