Testing Whiz
A functional test automation companion for software quality engineers
Testing Whiz क्या है?
Testing Whiz Cygnet Infotech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A functional test automation companion for software quality engineers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Testing Whiz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A plugin to enable automation script recording in TestingWhiz test automation tool for Web automation
एक्सटेंशन की मूल जानकारी
नाम | Testing Whiz |
ID | aafbdoipoadpaigbgmclggjhfkjjnhoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/testing-whiz/aafbdoipoadpaigbgmclggjhfkjjnhoi |
विवरण | A functional test automation companion for software quality engineers |
फ़ाइल का आकार | 118 KB |
स्थापना संख्या | 228 |
वर्तमान संस्करण | 3.2 |
अंतिम अपडेट | 2022-11-06 |
प्रकाशन तिथि | 2019-01-29 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Cygnet Infotech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.testing-whiz.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Testing Whiz", "description": "A functional test automation companion for software quality engineers", "version": "3.2", "icons": { "128": "whiz.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TwizTention" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js", "contextMenu.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/localhost\/*" ], "js": [ "engine.js", "listener.js", "jquery-3.2.1.min.js", "WelcomePage.js" ] } ], "web_accessible_resources": [ "*.html", "*.js" ], "permissions": [ "tabs", "activeTab", "notifications", " |