I have an existing .testsettings
file that is being used by Visual Studio for running tests.
We are starting to use the built-in code coverage tools with Visual Studio 2013 Ultimate.
Custom rules can be stored in a .runsettings
file, and the project can be set to use that file in the Test > Test Settings > Select Test Settings menu.
Is there a way to use multiple settings files, since they have distinct purposes? Or do .testsettings
and .runsettings
both fulfill the same purpose?