froglogic Squish Integration

Enables froglogic Squish GUI Tester to drive Chrome for performing automated GUI tests.

froglogic Squish Integrationคืออะไร?

froglogic Squish Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย froglogic และคุณลักษณะหลักของมันคือ "Enables froglogic Squish GUI Tester to drive Chrome for performing automated GUI tests."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย froglogic Squish Integration

ดาวน์โหลดไฟล์ส่วนขยาย froglogic Squish Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Testing the user interface of today’s applications is a very complex and error-prone task. Automating this task is challenging, but approached correctly very rewarding.

Squish is the tool of choice for several thousand companies worldwide to automate the functional regression tests and system tests of their graphical user interface (GUIs) and human machine interfaces (HMIs). The Squish GUI testing tool, a 100% cross-platform tool, features

+ In-depth support for all major GUI technologies
+ Full support for all desktop, mobile, web and embedded platforms
+ Test script recording
+ Powerful and reliable object identification and verifications
+ No dependency on screenshots or visual appearance
+ Powerful integrated development environment (IDE)
+ A wide range of popular script languages for test scripting
+ Full support for Behavior Driven Development (BDD)
+ Full control via command line tools
+ Integrations into Test Management and CI-Systems

In the years since the initial release Squish has acquired the ability to support test automation for applications built using Java (Swing/AWT, SWT/Eclipse RCP and JavaFX), native Windows, Mac OS X, Apple iOS, Android, QtQuick/QML, Flex and several others, including Web-based applications using AJAX.

Squish has now grown to become one of of the market leading and most popular GUI test tools available for supporting platform-specific GUI technologies and cross-platform GUI technologies on Windows, Linux, Unix, Mac OS X and embedded/mobile platforms.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ froglogic Squish Integration froglogic Squish Integration
ID mkfebldlkodkmhpdlgigfneaajboegdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/froglogic-squish-integrat/mkfebldlkodkmhpdlgigfneaajboegdl
คำอธิบาย Enables froglogic Squish GUI Tester to drive Chrome for performing automated GUI tests.
ขนาดไฟล์ 21.12 KB
จำนวนการติดตั้ง 380
เวอร์ชันปัจจุบัน 2.1.8
อัปเดตครั้งล่าสุด 2021-06-09
วันที่เผยแพร่ 2020-06-02
ผู้พัฒนา froglogic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.froglogic.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "froglogic Squish Integration",
    "description": "Enables froglogic Squish GUI Tester to drive Chrome for performing automated GUI tests.",
    "version": "2.1.8",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "browsingData",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "",
        "storage",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "frog16.png",
        "32": "frog32.png",
        "48": "frog48.png",
        "64": "frog64.png",
        "128": "frog128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "ispagehooked.js",
                "runinwebpage.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "wasmarguments.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "jsonipc.js",
            "sharedfunctions.js",
            "sharedrequests.js",
            "background.js"
        ]
    }
}