Coverity Test Advisor QA

Coverity Test Advisor QA Extension for Google Chrome

Coverity Test Advisor QA क्या है?

Coverity Test Advisor QA Coverity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coverity Test Advisor QA Extension for Google Chrome"।

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

screenshot
screenshot
screenshot

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

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

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

                        Coverity® Test Advisor – QA Edition helps Quality Assurance teams improve the efficiency and effectiveness of their manual and automated testing efforts for .NET and Java applications by prioritizing testing based on business risk and change impact.

1. Prioritize automated and manual tests to run using data gathered at each phase in the development lifecycle
2. Reduce risks by exposing gaps in your test coverage where regressions can occur
3. Optimize testing efforts by understanding what’s already been tested and what still needs to be tested

The result:

1. Decreased time to market by shrinking testing cycles without increasing risk
2. Increased product quality by stopping regressions and preventing new failures with proper test coverage
3. Better decision making by understanding which tests must be run to minimize time to market and what should be run to minimize risk                    

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

नाम Coverity Test Advisor QA Coverity Test Advisor QA
ID glfffgjbfebdaehgdcaachlfcpkggbbc
आधिकारिक URL https://chrome.google.com/webstore/detail/coverity-test-advisor-qa/glfffgjbfebdaehgdcaachlfcpkggbbc
विवरण Coverity Test Advisor QA Extension for Google Chrome
फ़ाइल का आकार 97.06 KB
स्थापना संख्या 69
वर्तमान संस्करण 7.6.0
अंतिम अपडेट 2015-01-20
प्रकाशन तिथि 2015-01-20
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Coverity
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.coverity.com/products/test-advisor-qa/
समर्थित भाषाएँ en,fr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coverity Test Advisor QA",
    "description": "__MSG_generalDescription__",
    "version": "7.6.0",
    "minimum_chrome_version": "26",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/browser\/extension-off.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-scripts\/gateway.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/page\/after-browser-ext.js"
    ],
    "background": {
        "scripts": [
            "js\/thirdparty\/jquery-1.10.0.min.js",
            "js\/content-scripts\/custom\/testadvisor-helper.js",
            "js\/content-scripts\/listeners\/browser-listeners.js",
            "js\/content-scripts\/listeners\/message-listeners.js",
            "js\/content-scripts\/listeners\/storage-listeners.js",
            "js\/content-scripts\/listeners\/webrequest-listeners.js"
        ]
    },
    "options_page": "html\/options.html"
}