I have never done ordered tests as I am of the beleif that it's not good practice. Where I work I am told to do them ,so let's cast aside what's good or bad practice.
I am new to msTests so could you help me here.
I have 10 tests and have to run in a particular order or some of them will fail.
- I have created a Basic test class and added all the 10 tests.
- I have created an Ordered test and moved to the right in the order I want to execute them.All fine.
- Run the tests but MsTest runs the tests twice.Once the ordered tests all successed!! But also runs the same tests in no particular order
Am I missing the obvious if I have a set of tests that are in order shouldnt those be removed as normal tests only run as ordered test.
How can I make a set of tests only run as ordered tests?
Any suggestions?