Visual Studio Test (VSTest.Console.exe) is a test runner developed by Microsoft.
Visual Studio Test (VSTest.Console.exe) is a test runner developed by Microsoft.
It can run automated unit and coded UI tests from a command line, and is used in place of MSTest.exe beginning with Visual Studio 2012.
mstest unit tests are natively supported, but it can also run other 3rd party unit test frameworks (eg. nunit, xunit.net etc) when configured either as an installed vsix extension or via the /TestAdapterPath path.
See VSTest.Console.exe command-line options for more information.