I want to know how I can run mstest unit tests in visual studio 2015 in sequence?
Is there any configuration I can do?
The tests are run sequentially by default. No additional configuration is necessary.