Testing Whiz
A functional test automation companion for software quality engineers
Wat is Testing Whiz?
Testing Whiz is een Chrome-extensie ontwikkeld door Cygnet Infotech, en de belangrijkste functie is "A functional test automation companion for software quality engineers".
Extensie Screenshots
Download het CRX-bestand van de extensie Testing Whiz
Download Testing Whiz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A plugin to enable automation script recording in TestingWhiz test automation tool for Web automation Basisinformatie over de Extensie
| Naam | |
| ID | aafbdoipoadpaigbgmclggjhfkjjnhoi |
| Officiële URL | https://chromewebstore.google.com/detail/testing-whiz/aafbdoipoadpaigbgmclggjhfkjjnhoi |
| Beschrijving | A functional test automation companion for software quality engineers |
| Bestandsgrootte | 118 KB |
| Aantal Installaties | 228 |
| Huidige Versie | 3.2 |
| Laatst Bijgewerkt | 2022-11-06 |
| Publicatiedatum | 2019-01-29 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Cygnet Infotech |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.testing-whiz.com/ |
| Ondersteunde Talen | 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",
" | |