qTest Integration

This plugin enhances the defect submission process to JIRA, Rally and VersionOne.

什麼是qTest Integration?

qTest Integration是由https://www.tricentis.com開發的Chrome擴展程式,該擴展的主要功能是“This plugin enhances the defect submission process to JIRA, Rally and VersionOne.”。

擴展截圖

screenshot

下載qTest Integration擴展crx文件

下載qTest Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This plugin enhances the defect submission process from Tricentis qTest to popular enterprise agile planning tools and ALMs like Jira Software, VersionOne, and CA Agile Central (formerly Rally).

- Invoking the defect submission interface from within the TestPad execution session. 

- Auto-filling test execution data like environment, steps to reproduce, name, etc. from the qTest test run into the external issue fields when being submitted. 

- Creating links in the newly created external issue back to the qTest test run, which can be traced back further to test cases, test runs, & requirements in qTest. 

- Plugin requires no settings and will work immediately upon installation.

- Supporting Jira Software 4+ for both OnDemand & OnPremise deployments, CA Agile Central (formerly Rally), VersionOne OnDemand and Bugzilla 4.0+.                    

擴展基本資訊

名稱 qTest Integration qTest Integration
ID hmmohkncibpklokbkagphdagkibkjkmk
官方網址 https://chromewebstore.google.com/detail/qtest-integration/hmmohkncibpklokbkagphdagkibkjkmk
簡介 This plugin enhances the defect submission process to JIRA, Rally and VersionOne.
檔案大小 92.93 KB
安裝次數 27,328
目前版本 2.10
更新時間 2023-01-27
上架時間 2019-11-26
評分 4.00/5 共 4 次評分
開發者 https://www.tricentis.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.tricentis.com
說明頁面URL https://www.tricentis.com/services-support/
隱私政策頁面URL https://www.tricentis.com/legal-information/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "qTest Integration",
    "description": "This plugin enhances the defect submission process to JIRA, Rally and VersionOne.",
    "version": "2.10",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "frame-ancestors 'self'; upgrade-insecure-requests; default-src 'self'; connect-src *; script-src 'self'; style-src 'self' 'report-sample'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-src 'self'; font-src 'self'; img-src 'self'",
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "injected-script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.5.1.js",
                "content_script.js"
            ],
            "all_frames": false
        }
    ],
    "manifest_version": 2
}