IBM® Rational® Functional Tester - Web UI

Enables IBM® Rational® Functional Tester - Web UI support for web applications

IBM® Rational® Functional Tester - Web UI란 무엇입니까?

IBM® Rational® Functional Tester - Web UI은(는) IBM Rational에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables IBM® Rational® Functional Tester - Web UI support for web applications"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IBM® Rational® Functional Tester - Web UI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Supported in IBM Rational Functional Tester 10.5.4 and earlier versions.

Test web applications that are already running within existing Chrome browser tabs and windows

The Chrome browser extension for IBM® Rational® Functional Tester - Web UI adds power and flexibility to the Web UI testing capability of IBM® Rational® Functional Tester. With this extension you can record from a running browser instance that is already in the desired state. This allows you to take a more modular approach to your test effort because you can now create separate recordings for each application scenario or update the existing test without needing to include the initialization process with each test. Afterwards, you can combine the application scenarios into automated test suites.                    

확장 프로그램 기본 정보

이름 IBM® Rational® Functional Tester - Web UI IBM® Rational® Functional Tester - Web UI
ID pjjladfifbaokjdckiedipnkaemnjffa
공식 URL https://chromewebstore.google.com/detail/ibm%C2%AE-rational%C2%AE-functional/pjjladfifbaokjdckiedipnkaemnjffa
설명 Enables IBM® Rational® Functional Tester - Web UI support for web applications
파일 크기 414 KB
설치 횟수 321
현재 버전 10.5.4
최근 업데이트 2024-01-30
출시 날짜 2020-05-25
평점 3.00/5 총 2 개의 평점
개발자 IBM Rational
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,tr,es,it,hu,pl,pt-BR,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "10.5.4",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/RFT_16.png",
        "48": "images\/RFT_48.png",
        "128": "images\/RFT_128.png"
    },
    "action": {
        "default_icon": "images\/RFT.ico",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "Options.html",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "tabs",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/localhost\/*\/",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}