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+"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Parasoft Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
                ""
            ],
            "css": [
                "css\/assertion.css"
            ],
            "js": [
                "main\/outline.js",
                "main\/action_recording\/Debug.js",
                "main\/action_recording\/BrowserDetect.js",
                "main\/action_recording\/StringUtil.js",
                "main\/action_recording\/Util.js",
                "main\/action_recording\/JSBasedBrowserUtil.js",
                "main\/action_recording\/ChromeUtil.js",
                "main\/action_recording\/ScriptDialogManager.js",
                "main\/action_recording\/Constants.js",
                "main\/action_recording\/MessageContents.js",
                "main\/action_recording\/Communicator.js",
                "main\/action_recording\/ChromeDOMEngineCommunicator.js",
                "main\/action_recording\/ChromeDOMEngine.js",
                "main\/action_recording\/HTMLUtil.js",
                "main\/action_recording\/WindowController.js",
                "main\/action_recording\/PageController.js",
                "main\/action_recording\/CommandHandlers.js",
                "main\/action_recording\/OptionLocatorFactory.js",
                "main\/action_recording\/BrowserDriver.js",
                "main\/action_recording\/WindowContentsExecutor.js",
                "main\/action_recording\/ChromeDOMEngineWindowContentsExecutor.js",
                "main\/action_recording\/LocatorBuilders.js",
                "main\/action_recording\/Recorder.js",
                "main\/action_recording\/RecorderHandlers.js",
                "main\/action_recording\/UserCustomizableOptions.js",
                "main\/action_recording\/OptionsDependentSettings.js",
                "main\/action_recording\/xmltoken.js",
                "main\/action_recording\/misc.js",
                "main\/action_recording\/dom.js",
                "main\/action_recording\/xpath.js",
                "main\/action_recording\/wgxpath.js",
                "main\/locator\/AttributeIndexLocatorBuilder.js",
                "main\/locator\/AttributeLocatorBuilder.js",
                "main\/locator\/ButtonLocatorBuilder.js",
                "main\/locator\/ClassNameLocatorBuilder.js",
                "main\/locator\/IdLocatorBuilder.js",
                "main\/locator\/InputLabelLocatorBuilder.js",
                "main\/locator\/LinkImageLocatorBuilder.js",
                "main\/locator\/NameLocatorBuilder.js",
                "main\/locator\/ParentLocatorBuilder.js",
                "main\/locator\/PositionLocatorBuilder.js",
                "main\/locator\/TableLocatorBuilder.js",
                "main\/locator\/TextIndexLocatorBuilder.js",
                "main\/locator\/TextLocatorBuilder.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/options.html",
                "\/apps\/*.json",
                "locator_weights.json",
                "\/images\/parasoft-small.png",
                "\/main\/domUtils\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}