Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| qc_addon [2020/04/26 03:33] – external edit 127.0.0.1 | qc_addon [2020/05/10 16:00] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== HP QC/ALM AddOn Configuration ===== | ||
| - | //QC Addon// communicates with {{https:// | ||
| - | |||
| - | 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 // | ||
| - | ADDON.HPALM.CLASS=com.webmbt.alm.addon.AddOnQC | ||
| - | ADDON.HPALM.URL=http:// | ||
| - | 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/ | ||
| - | ADDON.HPALM.CLASS=com.webmbt.alm.addon.AddOnQC | ||
| - | ADDON.HPALM.DOMAIN=your QC project domain | ||
| - | ADDON.HPALM.REQ.ENABLED=true/ | ||
| - | 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 [[modelnode | Model Property]]. | ||
| - | * Select ' | ||
| - | |||
| - | ALM Config Settings: | ||
| - | |||
| - | * PROJECT=project key, it tells the ALM plugin which project in QC/ALM to search for the requirements and defects. | ||
| - | |||