QMetry Test Management Exploratory Testing

Test while you Explore. Save efforts with Automated documentation. Report Bugs with screen shots and reduce streamline communication

QMetry Test Management Exploratory Testingとは何ですか?

QMetry Test Management Exploratory TestingはQMetryによって開発されたChromeの拡張機能で、その主な機能は「Test while you Explore. Save efforts with Automated documentation. Report Bugs with screen shots and reduce streamline communication」です。

拡張機能のスクリーンショット

screenshot
screenshot

QMetry Test Management Exploratory Testing拡張機能のCRXファイルをダウンロード

QMetry Test Management Exploratory Testing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension works with QMetry Test Management standalone as well as JIRA app.

Exploratory Testing with Automated Documentation
As you explore, extension automatically records your action, captures screen shots and generated automated Test Case documentation.

Detailed Bug Reporting
Found a bug while exploring? Export all bug details with screenshot and environment details with single click.

Save Communication Time & collaborate better
Recorded test sessions with bug information help communicate with development team along with screen shots and steps to reproduce.

Capture browser Console and Network logs for a session that are helpful for developers to debug failed scenarios. The Console and Network events recorded during the session will be displayed on the Console and Network Tab for that session. These logs will also be added as attachments to the test case created from the session. The new chrome extension 1.0.6 has an option to record these logs.

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

拡張機能の基本情報

名前 QMetry Test Management Exploratory Testing QMetry Test Management Exploratory Testing
ID jbnnldpbnobjfgodglhdlbdigibhoacn
公式URL https://chromewebstore.google.com/detail/qmetry-test-management-ex/jbnnldpbnobjfgodglhdlbdigibhoacn
説明 Test while you Explore. Save efforts with Automated documentation. Report Bugs with screen shots and reduce streamline communication
ファイルサイズ 2.48 MB
インストール数 481
現在のバージョン 1.2.5
最終更新日 2024-03-03
公開日 2020-07-05
評価 5.00/5 合計 1 レビュー
開発者 QMetry
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.qmetry.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QMetry Test Management Exploratory Testing",
    "description": "Test while you Explore. Save efforts with Automated documentation. Report Bugs with screen shots and reduce streamline communication",
    "short_name": "QMetry Test Management Exploratory Testing",
    "version": "1.2.5",
    "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 Test Management Exploratory Testing",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "debugger"
    ],
    "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",
                "content scripts\/Shared\/consoleLog.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\/*"
        ]
    }
}