qTest Integration

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

qTest Integration क्या है?

qTest Integration https://www.tricentis.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin enhances the defect submission process to JIRA, Rally and VersionOne."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में qTest Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}