qTest Integration
This plugin enhances the defect submission process to JIRA, Rally and VersionOne.
qTest Integrationとは何ですか?
qTest Integrationはhttps://www.tricentis.comによって開発されたChromeの拡張機能で、その主な機能は「This plugin enhances the defect submission process to JIRA, Rally and VersionOne.」です。
拡張機能のスクリーンショット
qTest Integration拡張機能のCRXファイルをダウンロード
qTest Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin enhances the defect submission process from Tricentis qTest to popular enterprise agile planning tools and ALMs like Jira Software, VersionOne, and CA Agile Central (formerly Rally).
- Invoking the defect submission interface from within the TestPad execution session.
- Auto-filling test execution data like environment, steps to reproduce, name, etc. from the qTest test run into the external issue fields when being submitted.
- Creating links in the newly created external issue back to the qTest test run, which can be traced back further to test cases, test runs, & requirements in qTest.
- Plugin requires no settings and will work immediately upon installation.
- Supporting Jira Software 4+ for both OnDemand & OnPremise deployments, CA Agile Central (formerly Rally), VersionOne OnDemand and Bugzilla 4.0+. 拡張機能の基本情報
| 名前 | |
| ID | hmmohkncibpklokbkagphdagkibkjkmk |
| 公式URL | https://chromewebstore.google.com/detail/qtest-integration/hmmohkncibpklokbkagphdagkibkjkmk |
| 説明 | This plugin enhances the defect submission process to JIRA, Rally and VersionOne. |
| ファイルサイズ | 92.93 KB |
| インストール数 | 27,328 |
| 現在のバージョン | 2.10 |
| 最終更新日 | 2023-01-27 |
| 公開日 | 2019-11-26 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | https://www.tricentis.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.tricentis.com |
| ヘルプページのURL | https://www.tricentis.com/services-support/ |
| プライバシーポリシーページのURL | https://www.tricentis.com/legal-information/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "qTest Integration",
"description": "This plugin enhances the defect submission process to JIRA, Rally and VersionOne.",
"version": "2.10",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "frame-ancestors 'self'; upgrade-insecure-requests; default-src 'self'; connect-src *; script-src 'self'; style-src 'self' 'report-sample'; object-src 'none'; base-uri 'self'; form-action 'self'; frame-src 'self'; font-src 'self'; img-src 'self'",
"background": {
"scripts": [
"event_page.js"
],
"persistent": false
},
"web_accessible_resources": [
"injected-script.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-3.5.1.js",
"content_script.js"
],
"all_frames": false
}
],
"manifest_version": 2
} | |