用于直接在 Quality Center 10 中访问缺陷的 URL
如何在 Quality Center 10 中创建指向缺陷的直接链接?
在 QC UI 中,当我右键单击缺陷时,我会看到“复制 URL”选项。这给了我一个类似的 URL,
td://[ProjectName].[Domail].[Host]:8080/qcbin/Defects?Action=FindDefect&DefectID=[Defect ID]
但是当我在 IE 中粘贴这个 URL 时,它不显示任何内容。是否需要打开其他一些设置或选项才能使其工作?
如果我有上述所有详细信息,即项目名称、域、主机名和主机名,缺陷 ID 我可以手动创建此 URL(在 QC UI 之外)并使用它吗?
编辑:
我能够让它工作,即工作链接:
- 通过 WinKey + r 打开运行窗口
- ,输入:iexplore 并按 Enter。
这将打开一个新的 IE 窗口并打开 QC。要求用户登录(如果尚未登录)并打开 UI,重点关注由缺陷 ID 标识的缺陷。
有没有办法让这个从另一个浏览器查看的网页超链接起作用。
How can I create a direct link to a Defect in Quality Center 10?
In the QC UI when I right click on a defect, i see an option "Copy URL". Which gives me a URL similar to
td://[ProjectName].[Domail].[Host]:8080/qcbin/Defects?Action=FindDefect&DefectID=[Defect ID]
but when I paste this URL in IE, it does not show anything. Is there some other setting or option that needs to be turned ON for this to work?
If I have all the above details i.e. ProjectName, Domain, HostName & Defect ID can I create this URL manually (outside QC UI) and use it?
EDITED:
I was able to get this to work i.e. the link to work by:
- Open RUN window by WinKey + r
- type: iexplore and press enter.
This opens a new IE window and opens QC. Asks the User to login if not already and opens the UI with focus on the defect identified by the Defect ID.
Is there a way to get this to work from a Web Page Hyperlink which is being viewed from another browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
td:// 是一个自定义协议,由 QC 在首次加载 QC 客户端时部署的自定义协议处理程序进行处理。
它应该可以从 IE 地址栏、运行对话框(无需输入 iexplore)以及作为电子邮件或网页中的链接运行。
只要您的计算机上部署了 QC 客户端,并且 IE 的其余部分已正确配置以允许 QC 客户端在其中运行,情况就是如此。
td:// is a custom protocol which is handled by a custom protocol handler deployed by QC on first load of QC client.
It is supposed to work both from IE address bar, from run dialog (no need to enter iexplore) and as a link in email or on a webpage.
This is true as long as QC client is deployed on your machine, and the rest of IE is configured correctly to allow QC client to run in it.
HKEY_CLASSES_ROOT\TestDirector\shell\open\command
需要具有以下键值:C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe " /start_a.jsp" "%1"
HKEY_CLASSES_ROOT\TD\shell\open\command
需要有以下键值:C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe“/start_a.jsp”“%1”
HKEY_CLASSES_ROOT\TestDirector\shell\open\command
needs to have the following key value :C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe "/start_a.jsp" "%1"
HKEY_CLASSES_ROOT\TD\shell\open\command
needs to have the following key value :C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe "/start_a.jsp" "%1"