Is it possible to specify the order of the tests in Visual Studio c#? -
Is it possible to specify the order of the tests in Visual Studio c#? - i have several tests in same namespace. did not utilize naming convention test1, test2, ... etc each of unit tests. so, when run tests, don't run in order want them to. there way order tests? my tests not fail if don't execute them in particular order. however, wanted execute them in order in test case spreadsheet. the reply looking yes. although agree principles of isolation there scenarios need test sequence of events. in vs 2010 can create new 'ordered test' bundle , test set of tests sequentially. c# visual-studio unit-testing testing