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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย parasoftdev และคุณลักษณะหลักของมันคือ "Chrome add-on from Parasoft to start and stop recording UI actions for Selenic 2022.2+ and API traffic for SOAtest 2022.2+"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parasoft Recorder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [ " |