Testing Whiz
A functional test automation companion for software quality engineers
Cos'è Testing Whiz?
Testing Whiz è un'estensione di Chrome sviluppata da Cygnet Infotech, e la sua funzione principale è "A functional test automation companion for software quality engineers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Testing Whiz
Scarica i file di estensione Testing Whiz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A plugin to enable automation script recording in TestingWhiz test automation tool for Web automation Informazioni di Base sull'Estensione
| Nome | |
| ID | aafbdoipoadpaigbgmclggjhfkjjnhoi |
| URL Ufficiale | https://chromewebstore.google.com/detail/testing-whiz/aafbdoipoadpaigbgmclggjhfkjjnhoi |
| Descrizione | A functional test automation companion for software quality engineers |
| Dimensione del File | 118 KB |
| Conteggio Installazioni | 228 |
| Versione Corrente | 3.2 |
| Ultimo Aggiornamento | 2022-11-06 |
| Data di Pubblicazione | 2019-01-29 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Cygnet Infotech |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.testing-whiz.com/ |
| Lingue Supportate | 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",
" | |