This is an old revision of the document!
HP QC/ALM AddOn Configuration
QC Addon communicates with HP QC/ALM using REST API. Configuration settings are defined in config.properties file located in /www/config/ folder.
You may use any text editor to add/update settings.
Minimum Configuration
First pick a unique name for your QC/ALM system, e.g. HPALM. The name must be in uppercase.
Copy and paste following settings into config.properties and adjust the values to yours:
ADDON.HPALM.CLASS=com.webmbt.alm.addon.AddOnQC ADDON.HPALM.URL=http://myQC:8200 ADDON.HPALM.AUTH.PASSWORD=password ADDON.HPALM.AUTH.USERNAME=userid ADDON.HPALM.BUG.ENABLED=true ADDON.HPALM.DOMAIN=DEFAULT ADDON.HPALM.REQ.ENABLED=true
AddOn Settings
ADDON.HPALM.AUTH.PASSWORD=password ADDON.HPALM.AUTH.USERNAME=userid ADDON.HPALM.BUG.ENABLED=true/false, if enable defect interface ADDON.HPALM.CLASS=com.webmbt.alm.addon.AddOnQC ADDON.HPALM.DOMAIN=your QC project domain ADDON.HPALM.REQ.ENABLED=true/false, if enable requirement interface ADDON.HPALM.URL=url pointing to your QC/ALM server
Enable QC/ALM AddOn for Models
Each model that needs to access QC/ALM for requirement or defects must also be configured:
- Enable ALMPlugin in the model using Model Property.
- Select 'HPALM' as the requirement and/or defect system using ALM Config.
ALM Config Settings:
- PROJECT=project key, it tells the ALM plugin which project in QC/ALM to search for the requirements and defects.