Search code examples
visual-studio-2015mstest

How to run mstest unit tests in visual studio 2015 in sequence?


I want to know how I can run mstest unit tests in visual studio 2015 in sequence?

Is there any configuration I can do?


Solution

  • The tests are run sequentially by default. No additional configuration is necessary.