Fintest Pro - Your Exploratory test companion
Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early.
Cos'è Fintest Pro - Your Exploratory test companion?
Fintest Pro - Your Exploratory test companion è un'estensione di Chrome sviluppata da https://fintest.ca, e la sua funzione principale è "Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fintest Pro - Your Exploratory test companion
Scarica i file di estensione Fintest Pro - Your Exploratory test companion 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
Run exploratory tests, capture defects, find anomalies, and share them using Fintest Pro. Based on 25 years of experience in the software quality assurance field, Fintest Pro provides software testers with the tools they need to explore applications, find bugs, validate changes, and share findings with their team. With Fintest Pro, you can: Keep notes on what needs to be tested, and why it needs to be tested Track questions and issues Share findings with colleagues Execute tests Validate changes Save reports During exploratory test execution, testers can, Determine Test Coverage – take notes on the coverage of test cases, Report bugs - take screenshots or record a video of a sequence of steps Log Risks – Note which risks need to be covered and which are all important ones Track Test Execution Log – Recordings on the test execution Raise Issues / Queries – Take notes on the question and issues on the system Use Fintest Pro to: • Leverage requirements to explore an application • Determine test cases during testing • Investigate a system or application • Investigate and learn new features • Improve test design • Create test or product documentation With access to multiple integrations -- Fintest Pro is your hub for sharing and reporting bugs. Resources can be backed up to the cloud, or kept locally in the browser for more privacy. Fintest Pro, Your Exploratory Testing Companion! • • • Questions? Feedback? Visit https://fintest.ca/support/ or reach out on Reddit @r/fintest_pro.
Informazioni di Base sull'Estensione
Nome | Fintest Pro - Your Exploratory test companion |
ID | pdnloikhmiklhhankbkbkfhmlnnkgfmk |
URL Ufficiale | https://chromewebstore.google.com/detail/fintest-pro-your-explorat/pdnloikhmiklhhankbkbkfhmlnnkgfmk |
Descrizione | Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early. |
Dimensione del File | 35.1 MB |
Conteggio Installazioni | 8,192 |
Versione Corrente | 1.4.24.219 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2020-03-02 |
Valutazione | 4.91/5 Totale 102 Valutazioni |
Sviluppatore | https://fintest.ca |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://fintest.ca/ |
URL della Pagina di Aiuto | https://fintest.ca/support/ |
URL della Pagina della Politica sulla Privacy | https://fintest.ca/privacy-policy |
Lingue Supportate | en,es,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.4.24.219", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "service_worker": "background-wrapper.js" }, "action": { "default_title": "Fintest Pro", "default_popup": "html\/popups\/start.html" }, "icons": { "128": "\/pictures\/logo128.png", "48": "\/pictures\/logo128.png", "16": "\/pictures\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-wrapper.js" ] } ], "web_accessible_resources": [ { "resources": [ "pictures\/*", "html\/templates\/video\/video-webcam-iframe.html", "html\/templates\/video\/video-webcam-iframe-permissions.html", "html\/templates\/customer\/customer.html", "js\/ffmpeg-core.js", "js\/ffmpeg-core.wasm", "js\/ffmpeg-core.worker.js" ], "matches": [ " |