TestCase Studio

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

TestCase Studio là gì?

TestCase Studio là một tiện ích mở rộng Chrome được phát triển bởi https://selectorshub.com, và tính năng chính của nó là "TestCase Studio record the user actions performed on a web application in English Sentences.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TestCase Studio

Tải xuống các tệp mở rộng TestCase Studio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TestCase Studio TestCase Studio
ID loopjjegnlccnhgfehekecpanpmielcj
URL Chính Thức https://chromewebstore.google.com/detail/testcase-studio/loopjjegnlccnhgfehekecpanpmielcj
Mô tả TestCase Studio record the user actions performed on a web application in English Sentences.
Kích Thước Tệp 780 KB
Số Lần Cài Đặt 42,671
Phiên Bản Hiện Tại 1.7.4
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2021-08-06
Đánh Giá 5.00/5 Tổng số 177 Đánh Giá
Nhà Phát Triển https://selectorshub.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://selectorshub.com/testcase-studio/
URL Trang Trợ Giúp https://bit.ly/SH_Slack
URL Trang Chính Sách Bảo Mật https://www.selectorshub.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}