Parasoft Recorder
Chrome add-on from Parasoft to start and stop recording UI actions for Selenic 2022.2+ and API traffic for SOAtest 2022.2+
什麼是Parasoft Recorder?
Parasoft Recorder是由parasoftdev開發的Chrome擴展程式,該擴展的主要功能是“Chrome add-on from Parasoft to start and stop recording UI actions for Selenic 2022.2+ and API traffic for SOAtest 2022.2+”。
擴展截圖
下載Parasoft Recorder擴展crx文件
下載Parasoft Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create Selenium test code from recorded UI actions with Parasoft Selenic. Now with specialized enterprise application support for Salesforce. Convert browser test scenarios into API-level tests by recording web traffic and creating REST Clients in Parasoft SOAtest for each RESTful request and response pair. API testing is not affected by page layout changes that can make automated browser testing brittle and difficult to maintain. This Chrome extension provides quick actions to start/stop recording and associate the test asset with a requirement from a requirements tracking system such as JIRA. The Parasoft Web Proxy and Parasoft SOAtest with a Server API license are required.
擴展基本資訊
名稱 | Parasoft Recorder |
ID | iopiohfkckhjmmjcnaaloieognnkmnpf |
官方網址 | https://chromewebstore.google.com/detail/parasoft-recorder/iopiohfkckhjmmjcnaaloieognnkmnpf |
簡介 | Chrome add-on from Parasoft to start and stop recording UI actions for Selenic 2022.2+ and API traffic for SOAtest 2022.2+ |
檔案大小 | 1.62 MB |
安裝次數 | 367 |
目前版本 | 2.2024.202.1000 |
更新時間 | 2024-02-03 |
上架時間 | 2022-06-14 |
評分 | 5.00/5 共 3 次評分 |
開發者 | parasoftdev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.parasoft.com/ |
說明頁面URL | https://www.parasoft.com/support |
隱私政策頁面URL | https://www.parasoft.com/privacy-policy |
支援的語言 | en-US,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "2.2024.202.1000", "default_locale": "en_US", "background": { "service_worker": "main\/background.js" }, "action": { "default_icon": { "16": "images\/logo16.png", "24": "images\/logo24.png", "32": "images\/logo32.png" }, "default_title": "__MSG_app_name__", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "incognito": "spanning", "options_page": "html\/options.html", "permissions": [ "notifications", "storage", "proxy", "tabs", "webNavigation", "downloads", "downloads.shelf", "system.display", "debugger", "webRequest" ], "host_permissions": [ "http:\/\/localhost\/*", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |