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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}