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 add-on from Parasoft to start and stop recording UI actions for Selenic 2022.2+ and API traffic for SOAtest 2022.2+"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Parasoft Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |