GoTestPro
Achieve End-to-End Automation Testing with GoTestPro
Cos'è GoTestPro?
GoTestPro è un'estensione di Chrome sviluppata da Royal Cyber, e la sua funzione principale è "Achieve End-to-End Automation Testing with GoTestPro".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoTestPro
Scarica i file di estensione GoTestPro 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
GoTest Pro is a Test Automation Tool meant for Software Developers & Testers for automating test scenarios on Web Applications under test using the GoTest Pro Recorder Chrome extension. The GoTest Pro Recorder extension allows user to record tests on any web application in lower / prod environments and save the recording as a test scenario in GoTest Pro Web Application based Regression Test Tool. A GoTest Pro user can then play back/execute the recorded test through the GoTest Pro Recorder Chrome Extension or through a Cloud Server. Extension's major features include: > Recording Test Scenario > Extract xpath / css expression from a web application under test > Execute Java Script based Test Scenarios which were recorded earlier through the same extension.
Informazioni di Base sull'Estensione
Nome | GoTestPro |
ID | ldmfmccaoihffboppndecjpfldhamafn |
URL Ufficiale | https://chromewebstore.google.com/detail/gotestpro/ldmfmccaoihffboppndecjpfldhamafn |
Descrizione | Achieve End-to-End Automation Testing with GoTestPro |
Dimensione del File | 963 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 0.0.61 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2023-03-31 |
Sviluppatore | Royal Cyber |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.gotestpro.com/ |
URL della Pagina di Aiuto | https://www.royalcyber.com/company/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://www.royalcyber.com/company/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoTestPro", "description": "Achieve End-to-End Automation Testing with GoTestPro", "version": "0.0.61", "manifest_version": 3, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "action": { "default_title": "GoTest Pro", "default_icon": { "128": "img\/icon.png", "38": "img\/icon.png", "19": "img\/icon.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |