I am using the provided Unit Test Engine in Visual Studio 2005 and am wondering if there is a way for me to specify the order of tests. I have numerous test classes and numerous test methods inside of each. I would like to control the order in which the test classes are executed and the order of the test methods in each.
Share
you can use Ordered Tests
http://msdn.microsoft.com/en-us/library/ms182629(VS.80).aspx