可用于在
TFS 2008 和 Quality Center 9.2(或更高版本)之间迁移(甚至更好同步)测试用例和错误的工具
TFS 2010 和 Quality Center 9.2(或更高版本)
我知道以下工具:
测试用例迁移器 (Excel/MHT) 工具< /a>
用于 Quality Center 的 TFS Bug Item Synchronizer 2.2
shai raiten 在他的博客中还提到了 QC 2 团队他一直在开发并完成了 System 2010 迁移工具。但找不到任何下载该工具的链接。
http://blogs.microsoft.co.il/blogs/shair/archive/2009/12/31/quality-center-migration-to-team-system-2010-done.aspx
之前使用 TFS SDK 和 QC 组件进行编码以推出我自己的工具,我需要来自 stackoverflow 社区的一些输入。
Tool that can be used to migrate (or even better..synchronize) test cases and bugs between:
TFS 2008 and Quality Center 9.2 (or later)
TFS 2010 and Quality Center 9.2 (or later)
I am aware of the following tools:
Test Case Migrator (Excel/MHT) Tool
TFS Bug Item Synchronizer 2.2 for Quality Center
Also shai raiten mentions on his blog about QC 2 Team System 2010 migration tool that he has been working on and its done. But could not find any link for downloading the tool.
http://blogs.microsoft.co.il/blogs/shair/archive/2009/12/31/quality-center-migration-to-team-system-2010-done.aspx
Before jumping on coding with TFS SDK and QC components to come up with my own tool I need some inputs from the stackoverflow community.
发布评论
评论(3)
您可以使用 Scrat,将完整的 HP 质量中心项目迁移到 TFS 2010。
将所有 QC 元素(要求、错误、测试用例、附件、历史记录和项目之间的链接)迁移到 TFS 2010 及其相互关系链接,完全可定制(您决定什么以及如何迁移每个项目)或完全镜像迁移(“按原样”迁移所有内容)。
获取数据的另一个选项从 Quality Center 到 TFS
如果您还有任何其他问题,请告诉我。
You can use Scrat, Migrate FULL HP Quality Center projects to TFS 2010.
Migration of all QC elements (Requirements, Bugs, Test Cases, Attachments, History and Links between items) to TFS 2010 and their interrelationships links, Fully customizable (you decide what and how to migrate each item) or fully mirrored migration (migrate everything ‘as-is’).
Another option to get data from Quality Center into TFS
If you got any other questions please let me know.
您应该查看Quality Center 同步器,它可用于将缺陷和需求同步到 Quality Center 之外。
现在它甚至支持 QC 缺陷与 TFS 同步,对于 QC 9.2,请查看 此网站,以及此处QC 10 的
You should take a look at Quality Center Synchronizer, it can be used to sync defects and requirements out of Quality Center.
And now it even support synchronization of QC Defects with TFS, for QC 9.2 take a look at this site, and here for QC 10
不知道这是否太晚了。但如果没有,那么您可能需要查看 TFS 集成平台。
我不知道它是否有为 Quality Center 创建的适配器。但它只是为了做您想做的事(在 TFS 和其他一些跟踪系统之间迁移和同步)。
他们制作了多个适配器以及用于制作新适配器的 API。我建议使用该 API,而不是自行开发。
Don't know if this is too late. But if not then you may want to look at the TFS Integration Platform.
I don't know if it has an adapter created for Quality Center. But it is made to do just what you want to do (migrate and synchronize between TFS and some other tracking system).
They have several adapters made and an API for making new ones. I would advise using that API rather that just rolling your own.