SpiraCapture - Exploratory Testing Tool

Record exploratory testing sessions and integrates with Spira

SpiraCapture - Exploratory Testing Tool क्या है?

SpiraCapture - Exploratory Testing Tool https://www.inflectra.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record exploratory testing sessions and integrates with Spira"।

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

screenshot
screenshot
screenshot

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

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

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

                        SpiraCapture by Inflectra is a Chrome extension that helps you carry out exploratory testing. The extension intelligently records and organises your testing sessions. With SpiraCapture, you can:
Capture your activity and take notes or screenshots about what happened
When recording, capture clicks, keystrokes, URL changes, and network errors
Limit recording only to the browser tabs you choose
Simplify communication with your team.

SpiraCapture is free and does not need to connect to any other software. 

You can get even more out of SpiraCapture when you connect it to other Inflectra products: SpiraTest, SpiraTeam, or SpiraPlan (versions 6.1+). The built-in preview option makes communication with the rest of your team easy. Choose exactly what actions you want to share, and when connected to SpiraTest, create bugs in the right product fast. 

If you don’t have SpiraTest, you can copy and paste the HTML preview into whatever application you want. The data never leaves Chrome, and no sign up to any account with Inflectra is needed.                    

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

नाम SpiraCapture - Exploratory Testing Tool SpiraCapture - Exploratory Testing Tool
ID naknodgmafmgdbpkjbanlgnhlpificmj
आधिकारिक URL https://chromewebstore.google.com/detail/spiracapture-exploratory/naknodgmafmgdbpkjbanlgnhlpificmj
विवरण Record exploratory testing sessions and integrates with Spira
फ़ाइल का आकार 2.71 MB
स्थापना संख्या 543
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2022-11-24
प्रकाशन तिथि 2019-08-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.inflectra.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://spiradoc.inflectra.com/SpiraCapture/User-Guide/
सहायता पृष्ठ URL https://www.inflectra.com/support
गोपनीयता नीति पृष्ठ URL http://www.inflectra.com/Company/Privacy-Policy.aspx
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpiraCapture - Exploratory Testing Tool",
    "short_name": "SpiraCapture",
    "version": "2.0.0",
    "description": "Record exploratory testing sessions and integrates with Spira",
    "icons": {
        "16": "\/img\/recording.png"
    },
    "action": {
        "default_icon": "\/img\/not-recording.png",
        "default_popup": "popup.html",
        "default_title": "SpiraCapture - Not Recording"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "\/js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": []
}