Exploratory Testing Chrome Extension

Exploratory testing session using Chrome

O que é Exploratory Testing Chrome Extension?

Exploratory Testing Chrome Extension é uma extensão do Chrome desenvolvida por Francisco Moreno, e sua principal característica é "Exploratory testing session using Chrome".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Exploratory Testing Chrome Extension

Baixe arquivos de extensão Exploratory Testing Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A Chrome extension designed for making web exploratory testing easier

Features:
- Report bugs, ideas, notes and questions easily
- Take screenshots during the session. Keep focused
- URL will be tracked automatically
- See session results in a report
- Save and import session
- Export session to JSON,CSV or HTML

v2.1.5
- update permissions
v2.1.4
- new icon
v2.1.2
- Fix minor bugs

v2.1.0
- Screenshot preview at HTMLReport

v2.0.4
- Fix open imagen in new windows issue

v2.0.2
- Fixed malware issuen (related to jQuery 3) 

v2.0.1
- Export JSON Session fixes

v2.0.0 - (Thanks to @majesticjondi for his PR)
- Added bootstrap
- New icons
- Multiline comments (Crtl + Enter)
- Minor fixes

v1.2.0
- Export and import session. You can save and restore sessions anytime.

v1.1.1
- BugFix: Export large html reports solved (Thanks to www.lyontesting.fr)

v1.1.0
- Edit and delete annoatations from report. Even testers make mistakes ;)

V1.0.4
- Add screenshot shortcut (Shift + Enter) -  Suggested by @WhyAyeMac

V1.0.3
- UX improvements 

V1.0.2
- Added filters and styles to Exportable HTML Report

V1.0.1
- UX improvements                    

Informações Básicas da Extensão

Nome Exploratory Testing Chrome Extension Exploratory Testing Chrome Extension
ID khigmghadjljgjpamimgjjmpmlbgmekj
URL Oficial https://chromewebstore.google.com/detail/exploratory-testing-chrom/khigmghadjljgjpamimgjjmpmlbgmekj
Descrição Exploratory testing session using Chrome
Tamanho do Arquivo 270 KB
Contagem de Instalações 12,070
Versão Atual 2.1.5
Última Atualização 2022-05-21
Data de Publicação 2019-09-23
Classificação 4.32/5 Total de 22 Avaliações
Desenvolvedor Francisco Moreno
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/morvader/ExploratoryTestingChromeExtension
URL da Página de Ajuda https://github.com/morvader/ExploratoryTestingChromeExtension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exploratory Testing Chrome Extension",
    "short_name": "Chrome Exploratory Testing",
    "description": "Exploratory testing session using Chrome",
    "author": "@morvader",
    "version": "2.1.5",
    "icons": {
        "16": "\/icons\/iconbig.png",
        "48": "\/icons\/iconbig.png",
        "128": "\/icons\/iconbig.png"
    },
    "background": {
        "scripts": [
            "lib\/browserInfo.js",
            "lib\/date.js",
            "src\/Annotation.js",
            "src\/Session.js",
            "src\/ExportSessionCSV.js",
            "src\/JSonSessionService.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "\/icons\/iconbig.png",
        "default_popup": "popup.html"
    }
}