Coverity Test Advisor QA
Coverity Test Advisor QA Extension for Google Chrome
Coverity Test Advisor QA란 무엇입니까?
Coverity Test Advisor QA은(는) Coverity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coverity Test Advisor QA Extension for Google Chrome"입니다.
확장 프로그램 스크린샷
Coverity Test Advisor QA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" } |