qTest Integration

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

Τι είναι το qTest Integration;

Το qTest Integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tricentis.com, και η κύρια λειτουργία του είναι "This plugin enhances the defect submission process to JIRA, Rally and VersionOne.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης qTest Integration

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}