Exploratory Testing Chrome Extension

Exploratory testing session using Chrome

Exploratory Testing Chrome Extension क्या है?

Exploratory Testing Chrome Extension Francisco Moreno द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exploratory testing session using Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Exploratory Testing Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Exploratory Testing Chrome Extension Exploratory Testing Chrome Extension
ID khigmghadjljgjpamimgjjmpmlbgmekj
आधिकारिक URL https://chromewebstore.google.com/detail/exploratory-testing-chrom/khigmghadjljgjpamimgjjmpmlbgmekj
विवरण Exploratory testing session using Chrome
फ़ाइल का आकार 270 KB
स्थापना संख्या 12,070
वर्तमान संस्करण 2.1.5
अंतिम अपडेट 2022-05-21
प्रकाशन तिथि 2019-09-23
रेटिंग 4.32/5 कुल 22 रेटिंग्स
डेवलपर Francisco Moreno
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/morvader/ExploratoryTestingChromeExtension
सहायता पृष्ठ URL https://github.com/morvader/ExploratoryTestingChromeExtension
समर्थित भाषाएँ 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"
    }
}