Rational Functional Tester - Functional Test

Enables Rational Functional Tester - Functional Test support for web applications

Τι είναι το Rational Functional Tester - Functional Test;

Το Rational Functional Tester - Functional Test είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IBM Rational, και η κύρια λειτουργία του είναι "Enables Rational Functional Tester - Functional Test support for web applications".

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

screenshot
screenshot
screenshot

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

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

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

                        Supported in IBM Rational Functional Tester 10.5.4 and earlier versions.

IBM Rational Functional Tester for Google Chrome™

IBM® Rational® Functional Tester is an object-oriented automated functional testing tool that tests HTML, Java, Microsoft Windows, Microsoft .NET, Microsoft Visual Basic, Microsoft Silverlight, Eclipse, SAP, Siebel, Adobe Flex, Ajax, Dojo, GEF and Sybase PowerBuilder applications. You can also test Adobe PDF documents, and IBM zSeries®, IBM iSeries®, and IBM pSeries® applications.

With IBM Rational Functional Tester, you can test HTML applications that are loaded in Google Chrome browsers in Microsoft Windows environments.

You can use the IBM Rational® Functional Tester for Google Chrome™ extension to change the port number for the web server that is used when testing applications loaded in Google Chrome browsers.

IBM Rational Functional Tester can be integrated with IBM® Rational® Quality Manager. You can execute functional test scripts from IBM Rational Quality Manager.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rational Functional Tester - Functional Test Rational Functional Tester - Functional Test
ID lblnfpdcingncbnkpodomelmnnhpkmbg
Επίσημο URL https://chromewebstore.google.com/detail/rational-functional-teste/lblnfpdcingncbnkpodomelmnnhpkmbg
Περιγραφή Enables Rational Functional Tester - Functional Test support for web applications
Μέγεθος Αρχείου 392 KB
Αριθμός Εγκαταστάσεων 3,262
Τρέχουσα Έκδοση 10.5.4
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 3.38/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής IBM Rational
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ibm.com/in-en/marketplace/rational-functional-tester
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ibm.com/support/knowledgecenter/en/SSJMXE_10.0.2/com.ibm.rational.test.ft.doc/rft_welcome.html
Υποστηριζόμενες Γλώσσες 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",
    "manifest_version": 3,
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCatqs1l+pTfwgFEJfVtWxDtxiWgnxUY6a6z44QSb\/AW31gVwW3gUa0Vqb9GGc5araVTAKisBuME23VLSylXipf8sGqiXTwM\/634T8TWgJ4epftRVrL6CBXYSO32VEZA\/idgsvIR8mv\/u1QQLzLFL3rESAP1h3+qQSDM8ztLTwPIQIDAQAB",
    "name": "__MSG_name__",
    "version": "10.5.4",
    "default_locale": "en",
    "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__"
    },
    "options_page": "Options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "native_cs.js"
            ],
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.js",
                "images\/busy.gif",
                "rftmain.js",
                "rftjsproxies.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/localhost\/*\/",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}