TestCase Studio

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

TestCase Studio क्या है?

TestCase Studio https://selectorshub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TestCase Studio record the user actions performed on a web application in English Sentences."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TestCase Studio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}