如何集成bugzilla和HP质量中心?

发布于 2024-08-14 22:32:02 字数 161 浏览 4 评论 0原文

我正在致力于将 Bugzilla 与 HP Qc 集成。我通过使用 perl 脚本通过使用 sql 命令直接操作数据库来执行此操作。我想使用 Bugzilla 的网络服务。我已经浏览了 Bugzilla Webservice API,但这还不足以开始。我是一名初学者,这是我职业生涯的第一个项目。我该怎么办?

I'm working on integrating Bugzilla with HP Qc. I'm performing this by using perl script by directly manipulating the database using sql commands. I want to use the web services of Bugzilla. I have gone through the Bugzilla webservice API but tat wasn't enough to get started. I'm a beginner and this is the first project of my career. How do I go about this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

樱花细雨 2024-08-21 22:32:02

查看 Perl 脚本 bz_webservice_demo.pl在 Bugzilla 的 contrib 目录中,它展示了如何通过 XMLRPC 与 Bugzilla 对话。

Check out the Perl script bz_webservice_demo.pl in Bugzilla's contrib directory, it shows how to talk to Bugzilla via XMLRPC.

当爱已成负担 2024-08-21 22:32:02

您可以执行以下操作:

  1. 将缺陷从 Bugzilla 导出到电子表格并将其上传到 Quality Center
  2. 使用开放测试架构 API (OTAClient.dll) 更新 Quality Center 中的缺陷
  3. 使用 HP 同步服务器并构建适配器

使用 HP Synchronizer 可能是唯一“真正”的方法做吧。尽管您可以构建自己的同步机制,但可能仅使用 OTA 和消息队列。

proficom-ag 可能提供基于 演示文稿 我通过网络搜索找到的

There are a few things you could do:

  1. Export defects from Bugzilla into a spreadsheet and upload it into Quality Center
  2. Use the Open Test Architecture API (OTAClient.dll) to update defects in Quality Center
  3. Use the HP Synchronization Server and build an adapter

Using the HP Synchronizer is probably the only "real" way to do it. Though you could potentially build your own sync mechanism, potentially using just OTA and a message queue.

There may be an existing adapter available from proficom-ag based on a presentation I found via a web search

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文