views:

8

answers:

0

Hi,

I am using VSTS 2008 development edition and I want to convert NUnit tests to MS tests. Currently some of the tests have "category" attribute of NUnit to control which tests to be run. I did some search and it looks like in VSTS 2008, we will need to create test list by Test Manager from VSTS Test edition.

The question is how can I do the similar thing as NUnit category attribute does in VSTS 2008 development edition?

thanks!