Testing Whiz
A functional test automation companion for software quality engineers
What is Testing Whiz?
Testing Whiz is a Chrome extension developed by Cygnet Infotech, and its main feature is "A functional test automation companion for software quality engineers".
Extension Screenshots
Download Testing Whiz Extension CRX File
Download Testing Whiz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A plugin to enable automation script recording in TestingWhiz test automation tool for Web automation
Extension Basic Information
Name | Testing Whiz |
ID | aafbdoipoadpaigbgmclggjhfkjjnhoi |
Official URL | https://chromewebstore.google.com/detail/testing-whiz/aafbdoipoadpaigbgmclggjhfkjjnhoi |
Description | A functional test automation companion for software quality engineers |
File Size | 118 KB |
Installation Count | 228 |
Current Version | 3.2 |
Last Updated | 2022-11-06 |
Publish Date | 2019-01-29 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Cygnet Infotech |
[email protected] | |
Payment Type | free |
Extension Website | https://www.testing-whiz.com/ |
Supported Languages | 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", " |