Testing Whiz

A functional test automation companion for software quality engineers

Testing Whizคืออะไร?

Testing Whiz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cygnet Infotech และคุณลักษณะหลักของมันคือ "A functional test automation companion for software quality engineers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Testing Whiz

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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",
        "*:\/\/*\/*"
    ]
}