Boozang AI

Boozang test automation is powered by AI. Tests can be recorded or written in clear text.

Boozang AI क्या है?

Boozang AI https://ai.boozang.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boozang test automation is powered by AI. Tests can be recorded or written in clear text."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Boozang AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Chrome extension launches the Boozang test tool. It enables you to quickly create automated tests on your site, that can be replayed and shared by other members of your team. 

All actions are driven from the browser, not from the Cloud. Boozang works equally well on a public site, behind you company firewall or testing on your localhost. All you need is an internet connection. Your project team is connected over web-sockets in the browser, meaning you can even share tests between development environments and production.

The main tool gives you access to developer functionality. Here you can loop over tests, link tests together, make decision trees based out assertion outcomes, and even inject Javascript.

The tool has built-in support for BDD using Cucumber/Gherkin, and can synchronize directly with features residing on GitHub, BitBucket, GitLab, Azure or XRay/Jira. We have also added visual maps for outlining test dependencies. 

Find all documentation on http://docs.boozang.com and feature videos on the Boozang youtube channel: https://www.youtube.com/channel/UCh1DvPtyZxxsoVyUY8eYjsw                    

एक्सटेंशन की मूल जानकारी

नाम Boozang AI Boozang AI
ID bnaebcjlolajbgllgjlmlfobobdemmki
आधिकारिक URL https://chromewebstore.google.com/detail/boozang-ai/bnaebcjlolajbgllgjlmlfobobdemmki
विवरण Boozang test automation is powered by AI. Tests can be recorded or written in clear text.
फ़ाइल का आकार 133 KB
स्थापना संख्या 293
वर्तमान संस्करण 3.8.38
अंतिम अपडेट 2024-03-07
प्रकाशन तिथि 2020-04-16
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://ai.boozang.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bozang.com
सहायता पृष्ठ URL https://boozang.com/forum
गोपनीयता नीति पृष्ठ URL https://boozang.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boozang AI",
    "short_name": "Boozang AI",
    "description": "Boozang test automation is powered by AI. Tests can be recorded or written in clear text.",
    "version": "3.8.38",
    "permissions": [
        "webRequest",
        "tabs",
        "management",
        "storage",
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.boozang.com\/*",
            "*:\/\/192.168.1.3\/*",
            "*:\/\/192.168.1.4\/*",
            "*:\/\/192.168.1.5\/*",
            "*:\/\/192.168.1.6\/*",
            "*:\/\/192.168.1.7\/*",
            "*:\/\/192.168.1.8\/*",
            "*:\/\/192.168.1.9\/*",
            "*:\/\/192.168.1.10\/*",
            "*:\/\/192.168.1.11\/*",
            "*:\/\/192.168.1.12\/*",
            "*:\/\/192.168.1.13\/*",
            "*:\/\/192.168.1.14\/*",
            "*:\/\/192.168.1.15\/*",
            "*:\/\/192.168.1.16\/*",
            "*:\/\/192.168.1.17\/*",
            "*:\/\/192.168.1.18\/*",
            "*:\/\/192.168.1.19\/*",
            "*:\/\/192.168.1.20\/*",
            "*:\/\/192.168.1.21\/*",
            "*:\/\/192.168.1.22\/*",
            "*:\/\/192.168.1.23\/*",
            "*:\/\/192.168.1.24\/*",
            "*:\/\/118.31.16.246\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "matchAboutBlank": true,
            "js": [
                "first.js",
                "formatter.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "matchAboutBlank": true,
            "all_frames": true,
            "js": [
                "content"
            ]
        },
        {
            "matches": [
                ""
            ],
            "matchAboutBlank": true,
            "all_frames": true,
            "js": [
                "js\/jquery.min.v1.12.4.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/boozang16.png",
        "48": "img\/boozang48.png",
        "128": "img\/boozang128.png"
    },
    "browser_action": {
        "default_icon": "img\/boozang.png",
        "default_title": "Launch Boozang",
        "default_popup": "popup.html"
    }
}