Can you group unit tests within a single testproject in VS2008?
For instance - test1 and test2 belongs to group A. Test4 and test5 belongs to group B.
I don't want the tests in group B to run unless I explicitly select them. This is because not all tests are supposed to be included in the automatic testing.
EDIT :
Rephrasing second part.
I can create groups by using the test list editor. Is it possible to select only one or two of these groups to be set up for automatic testing?
E.g. I want group A to run as automated tests every night and group B is for manual test runs.