qTest Integration
This plugin enhances the defect submission process to JIRA, Rally and VersionOne.
O que é qTest Integration?
qTest Integration é uma extensão do Chrome desenvolvida por https://www.tricentis.com, e sua principal característica é "This plugin enhances the defect submission process to JIRA, Rally and VersionOne.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão qTest Integration
Baixe arquivos de extensão qTest Integration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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+.
Informações Básicas da Extensão
Nome | qTest Integration |
ID | hmmohkncibpklokbkagphdagkibkjkmk |
URL Oficial | https://chromewebstore.google.com/detail/qtest-integration/hmmohkncibpklokbkagphdagkibkjkmk |
Descrição | This plugin enhances the defect submission process to JIRA, Rally and VersionOne. |
Tamanho do Arquivo | 92.93 KB |
Contagem de Instalações | 27,328 |
Versão Atual | 2.10 |
Última Atualização | 2023-01-27 |
Data de Publicação | 2019-11-26 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://www.tricentis.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.tricentis.com |
URL da Página de Ajuda | https://www.tricentis.com/services-support/ |
URL da Página de Política de Privacidade | https://www.tricentis.com/legal-information/privacy-policy |
Idiomas Suportados | 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 } |