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」です。
拡張機能のスクリーンショット
IBM® Rational® Functional Tester - Web UI拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/*\/", " |