unit testing - Is there a way to Execute NUnit Tests in a Specific Order? -


When I'm testing my DAL, I need to create some database organizations before others because of dependency, Is there a way through method attributes or can I execute NUnit my orders in my orders?

Use the methods in your tests [Test] Make it necessary to turn off your connection etc. Use the method marked with the [tordown] attribute ...


Comments