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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IBM Rational, και η κύρια λειτουργία του είναι "Enables IBM® Rational® Functional Tester - Web UI support for web applications".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IBM® Rational® Functional Tester - Web UI

Λήψη αρχείων επέκτασης IBM® Rational® Functional Tester - Web UI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
    }
}