English 中文(简体)
Migrating test cases & defects from Quality Center to TFS 2008/2010
原标题:

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.

最佳回答

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.

问题回答

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

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.





相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...

热门标签