In Visual Studio Test, how to make a playlist which automatically excludes certain tests?
Our team has Visual Studio 2012 Professional licenses (not Test Professional). We are developing a smallish web application, and we have both true unit tests which mock everything needed, and tests for the data layer. Each class of data layer tests creates the whole database from scratch and fills it with a prepared set of test data, so running them takes a long time. As a result, we are reluctant to do a "run all", and our unit tests (which are quick) are only used rarely. We are looking for a low-friction solution which will allow us to run all quick tests with 2-3 clicks (similar to the