Bramha Ghosh
Bramha Ghosh

Reputation: 6544

Microsoft Test Manager 2010 Error: The required category 'Microsoft.TestCaseCategory' does not exist in team project

When I'm attempting to open any of our projects in TFS 2010 with Microsoft Test Manager 2010, I get the error: The required category 'Microsoft.TestCaseCategory' does not exist for project XXXXXXX.

What is the reason for this error, and what steps can I take to resolve it?

Also, is stackoverflow the right forum for this question? I feel like it's not really a programming question, but it didn't seem to have an obvious home to me

Upvotes: 5

Views: 5144

Answers (3)

Mark Heath
Mark Heath

Reputation: 49482

Here's the best and most detailed article I have found that walks you step by step through how to import the relevant Work Item Types and Category definitions:

http://blogs.msdn.com/b/lakhminder/archive/2010/09/30/tfs-2010-enable-test-case-management-for-upgraded-team-projects.aspx

Upvotes: 0

Ryan Cromwell
Ryan Cromwell

Reputation: 2613

It's likely you used either a 3rd party template or a template included in a prior version of TFS. Was this TFS server upgraded from 2005 or 2008 to 2010? Here is some information on applying the categories to an older or unsupported process template: http://blogs.msdn.com/b/vstsqualitytools/archive/2009/12/15/how-can-i-configure-mtlm-to-use-my-custom-bug-test-case-type.aspx

Upvotes: 2

Aaron McIver
Aaron McIver

Reputation: 24713

Have you seen this? not supported Looks like the posting was from a couple of days ago as well.

Upvotes: 0

Related Questions