Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qc_addon [2017/12/18 04:09] adminqc_addon [2020/05/10 16:00] (current) – removed admin
Line 1: Line 1:
-===== HP QC/ALM AddOn Configuration ===== 
-//QC Addon// communicates with {{https://www.visualstudio.com/en-us/news/releasenotes/tfs2017-relnotes | 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.qc.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 [[modelnode | model property]]. 
-  * Select 'HPALM' as the requirement and/or defect system using [[alm_configuration | ALM Configuration]]. 
- 
-ALM Config Settings: 
- 
-  * PROJECT=project key, it tells the ALM plugin which project in QC/ALM to search for the requirements and defects. 
-