TestCase Studio

TestCase Studio record the user actions performed on a web application in English Sentences.

TestCase Studio란 무엇입니까?

TestCase Studio은(는) https://selectorshub.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TestCase Studio record the user actions performed on a web application in English Sentences."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

TestCase Studio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TestCase Studio is a platform to record the user actions performed on a web application in English Sentences. This recorder plugin also records screenshots. It will also generate the XPath and Automation Code for every user action. User can save or copy these recorded steps as a Test case. 
Watch this video tutorial to make the best use of TestCase Studio. 
https://www.youtube.com/watch?v=Gcofn71bJdo

New Features: Screen Recording, Customise Command, Record TestCase in any Language and BDD Format Support.

Very simple steps to use the tool-
1. Click on the TestCase Studio logo in the tool bar.
2. It will open the TestCase Studio window.
3. Now keep performing your steps, it will automatically write english sentence for every user action.
4. You can download the written steps by clicking on download button.

Upgrade to Pro version for more advanced features.
Compare the Pro version features here-
https://selectorshub.com/testcase-studio-pro/plans/                    

확장 프로그램 기본 정보

이름 TestCase Studio TestCase Studio
ID loopjjegnlccnhgfehekecpanpmielcj
공식 URL https://chromewebstore.google.com/detail/testcase-studio/loopjjegnlccnhgfehekecpanpmielcj
설명 TestCase Studio record the user actions performed on a web application in English Sentences.
파일 크기 780 KB
설치 횟수 42,671
현재 버전 1.7.4
최근 업데이트 2024-02-25
출시 날짜 2021-08-06
평점 5.00/5 총 177 개의 평점
개발자 https://selectorshub.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://selectorshub.com/testcase-studio/
도움말 페이지 URL https://bit.ly/SH_Slack
개인정보 보호 정책 페이지 URL https://www.selectorshub.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestCase Studio",
    "description": "__MSG_extDescription__",
    "author": "Sanjay Kumar",
    "homepage_url": "https:\/\/selectorshub.com\/testcase-studio\/",
    "default_locale": "en",
    "version": "1.7.4",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "96": "logo-96.png"
    },
    "action": {
        "default_title": "__MSG_extDefaultTitle__"
    },
    "background": {
        "service_worker": "extension\/background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "content-script\/contentScript.css"
            ],
            "js": [
                "content-script\/contentScript.js",
                "content-script\/web-page.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "offline_enabled": true
}