views:

18

answers:

1

I created an Ordered Test in Visual Studio 2008, which includes a subset of unit tests in the project.

How do I now run this Ordered Test (without running every other test).

A: 

The ordered test appears in the test view as the filename you gave it. You can highlight it and run it by itself.

BC