Testing Whiz

A functional test automation companion for software quality engineers

Testing Whizとは何ですか?

Testing WhizはCygnet Infotechによって開発されたChromeの拡張機能で、その主な機能は「A functional test automation companion for software quality engineers」です。

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

screenshot

Testing Whiz拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A plugin to enable automation script recording in TestingWhiz test automation tool for Web automation                    

拡張機能の基本情報

名前 Testing Whiz Testing Whiz
ID aafbdoipoadpaigbgmclggjhfkjjnhoi
公式URL https://chromewebstore.google.com/detail/testing-whiz/aafbdoipoadpaigbgmclggjhfkjjnhoi
説明 A functional test automation companion for software quality engineers
ファイルサイズ 118 KB
インストール数 228
現在のバージョン 3.2
最終更新日 2022-11-06
公開日 2019-01-29
評価 3.67/5 合計 3 レビュー
開発者 Cygnet Infotech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.testing-whiz.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Testing Whiz",
    "description": "A functional test automation companion for software quality engineers",
    "version": "3.2",
    "icons": {
        "128": "whiz.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "TwizTention"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js",
            "contextMenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/localhost\/*"
            ],
            "js": [
                "engine.js",
                "listener.js",
                "jquery-3.2.1.min.js",
                "WelcomePage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.html",
        "*.js"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "",
        "contextMenus",
        "*:\/\/*\/*"
    ]
}