Okay, I am using Microsoft Test instead of NUnit. I am trying to get my tests to run in a specific order. I had hoped the order they are coded work naturally work, or the priority attribute would.
For some reason, I have a method that is running first no matter how I rearrange my code or set priority attributes.
Would someone please explain to this neophyte how to explicity set the order of unit tests to run using Microsoft Test in VS2010?
Thanks