Does VS 11 Beta support the TestCategoryAttribute?
-
Thursday, March 29, 2012 12:28 AMI'm not seeing anything in the Unit Test Explorer that looks like it takes advantage of the test category.
All Replies
-
Saturday, April 28, 2012 7:25 AM
Hi Keith,
In VS11 Beta, TestCategoryAttribute can be used to filter tests from command line and team build. http://blogs.msdn.com/b/vikramagrawal/archive/2012/04/27/testcasefilter-in-vs11-unit-testing.aspx
We are working on improving Unit Test Explorer experience.
Regards,
Vikram Agrawal,
Developer, VSTLM, Microsoft Corporation -
Wednesday, October 10, 2012 2:05 AM
The Visual Studio 2012 Update 1 CTP adds support for categories to the IDE:
http://blogs.msdn.com/b/visualstudioalm/archive/2012/10/08/visual-studio-2012-update-1-ctp.aspx
http://go.microsoft.com/fwlink/?LinkId=268021
Todd King - Visual Studio ALM team.

