Using .runsettings via commandline in MSTest.exe Using .runsettings via commandline in MSTest.exe selenium selenium

Using .runsettings via commandline in MSTest.exe


When using a .runsettings file, you need to use vstest.console.exe, not mstest.exe. If you use mstest.exe you still need to use a .testsettings file similar to the ones you used with Visual Studio 2010.