Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
alm_integration [2017/12/26 04:02] – admin | alm_integration [2020/05/10 16:35] (current) – removed admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== ALM Integration ===== | ||
- | |||
- | TestOptimal supports integration with your requirements and defects ALM systems. | ||
- | |||
- | * Requirements - bring in requirements into model: Jira, TFS/VSTS, HP QC, Files and Excel. | ||
- | * Defect - automatically create issues in defect system and visualize the test path on the model to reproduce existing defects: Jira, TFS/VSTS, HP/QC and Fogbugz. | ||
- | * Test Case Management - exporting test cases into text files to be imported into your test case management system | ||
- | * Use [[seqoutplugin| SeqOut plugin]] | ||
- | * Use [[commentstag | comment tag]] and output comments to text / html file | ||
- | * Call [[execution_stats_service | WebSvc (REST) API]] to retrieve test cases and test execution stats | ||
- | |||
- | ---- | ||
- | |||
- | |||
- | ==== Steps to Enable ALM Integration ==== | ||
- | Three simple steps to enable ALM integrations: | ||
- | |||
- | - Configure ALM Data Source (ALM AddOn) - see below | ||
- | - Enable ALM Plugin with [[modelnode| Model Property]] | ||
- | - Select ALM Data Source for models with [[alm_configuration | ALM Configuration]] | ||
- | |||
- | Step 1 just needs to be performed once and it's good for all models in // | ||
- | Perform steps 2-3 for each model that requires ALM integration. | ||
- | |||
- | ---- | ||
- | ==== Configure ALM Data Source ==== | ||
- | ALM Data Source is defined in // | ||
- | |||
- | - [[jira_addon | Atlassian JIRA AddOn]] | ||
- | - [[tfs_addon | Microsoft TFS/VSTS AddOn]] | ||
- | - [[qc_addon | HP QC/ALM AddOn]] | ||
- | - [[fogbugz_addon | Fogbugz AddOn]] | ||
- | - [[file_addon | File and Excel]] | ||
- | |||
- | |||
- | ==== Requirements/ | ||
- | Once you have enabled ALM plugin and selected the ALM AddOn, you can access requirements through [[requirements_view | Requirements View]] to bring requirements from your ALM into your model and visualized defects raised by your model through [[defects_view | Defects View]]. | ||
- | |||
- | You will also be able to raise defects automatically during model execution. | ||