문제

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?

도움이 되었습니까?

해결책

I have determined that you can only use one of these. The MSDN Documentation lays out that .runsettings file is a newer version of .testsettings. .testsettings uses the older MSTest framework, where .runsettings uses the newer multi-engine provider framework with newer versions of Visual Studio.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top