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文件

下载TestCase Studio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}