0
votes

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

Is there any configuration I can do?

1
When you say "in sequence" do you mean in a specific order or just serially with non parallelization?John Koerner
@JohnKoerner just serially with non parallelizationgartenkralle

1 Answers

1
votes

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