views:

676

answers:

3

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.

+1  A: 

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

Alex Shnayder
+1  A: 

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.

Vaccano