QMetry for Jira (QTM4J) - Exploratory Testing

QMetry Test Management for Jira - Exploratory Testing add-on is designed to empower users to carry out Exploratory Testing.

QMetry for Jira (QTM4J) - Exploratory Testing क्या है?

QMetry for Jira (QTM4J) - Exploratory Testing QMetry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QMetry Test Management for Jira - Exploratory Testing add-on is designed to empower users to carry out Exploratory Testing."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में QMetry for Jira (QTM4J) - Exploratory Testing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        QMetry Test Management for Jira (QTM4J) - Exploratory Testing is the 1st to offer built-in Exploratory Testing FREE in Atlassian. While they explore websites, to ensure that testers’ time is invested in investigating the site instead of writing every single test activity. 

Key Features: 
Test While You Explore 

- Record Test Sessions while you EXPLORE 
- Capture each EVENT, NAVIGATION and take SCREENSHOTS 
- STORE captured details in QMetry 

Detailed Bug Reporting 

- Found a bug while exploring? Export all BUG DETAILS with screenshot and environment details with a single click 
- Log defects WITHOUT creating sessions 
- Interactive image EDITING options like crop screenshots, pixelate screenshots, image rotations and do much more. 

Save Efforts with Automated Documentation 

- Record each event and navigation action, convert into test documentation with READY-TO-USE Automated Documentation. 
- The recorded session also contains INTERNAL TECHNICAL details like ID and XPath that helps in debugging. 

Additional Functionalities 

- Attach and annotate screenshots  
- Find environment details 
- Add assertions, annotate, voice recording and do much more 

Save Communication Time & Collaborate Better 

- Add visuals while logging issues, helping developers to CATCH the scenario where the application fails 
- Enhance COLLABORATION and COMMUNICATION within agile teams with evidence-based documentation 

Privacy Policy
https://www.qmetry.com/privacy-policy/                    

एक्सटेंशन की मूल जानकारी

नाम QMetry for Jira (QTM4J) - Exploratory Testing QMetry for Jira (QTM4J) - Exploratory Testing
ID caailpilkjenpnbiddcmbbhmpgobcgfo
आधिकारिक URL https://chromewebstore.google.com/detail/qmetry-for-jira-qtm4j-exp/caailpilkjenpnbiddcmbbhmpgobcgfo
विवरण QMetry Test Management for Jira - Exploratory Testing add-on is designed to empower users to carry out Exploratory Testing.
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 2,064
वर्तमान संस्करण 1.5.2
अंतिम अपडेट 2023-10-17
प्रकाशन तिथि 2020-05-07
रेटिंग 3.83/5 कुल 6 रेटिंग्स
डेवलपर QMetry
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.qmetry.com/
सहायता पृष्ठ URL https://qmetrysupport.atlassian.net/servicedesk/customer/portal/1
गोपनीयता नीति पृष्ठ URL https://www.qmetry.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QMetry for Jira (QTM4J) - Exploratory Testing",
    "description": "QMetry Test Management for Jira - Exploratory Testing add-on is designed to empower users to carry out Exploratory Testing.",
    "short_name": "QMetry for Jira (QTM4J) - Exploratory Testing",
    "version": "1.5.2",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "QMetry for Jira (QTM4J) - Exploratory Testing",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "input_components": [
        {
            "name": "Test IME",
            "type": "ime",
            "id": "test",
            "description": "Test IME",
            "language": "en-US",
            "layouts": [
                "us::eng"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "libs\/jquery-2.1.0.js",
                "content scripts\/Shared\/communicator.js",
                "content scripts\/Shared\/utility.js",
                "content scripts\/Shared\/DOMNodeProperties.js",
                "content scripts\/Recorder\/bindListeners.js",
                "content scripts\/Recorder\/removeListeners.js",
                "content scripts\/Recorder\/recorder.js",
                "content scripts\/Player\/DOMElementFinder.js",
                "content scripts\/Player\/eventInject.js",
                "content scripts\/Player\/player.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options\/logDefect.html"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/qmetry.com\/*"
        ]
    }
}