I've just started using MSTest in a Visual Studio project (NUnit has been what I've used before) and I have a few questions.
I see that if I right-click on a single test method and choose run tests, it'll test that one method. Good. But is there a way I can set up a test run that only does x of my tests of my choosing, instead of all y of them? I've looked under the test menu and the options in it but I can't figure out how to do this.
Also, how can I debug a subset of my tests? Right now if I debug my MSTest project all of them are run. Sorry for the beginner's questions, I've been kicking around the menu options but nothing has come to me on these issues. Thanks!