Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I enable execution process logs in VS 2013/MSTest

This is the error message I'm seeing:

The active Test Run was aborted because the execution process exited unexpectedly. Check the execution process logs for more information. If the logs are not enabled, then enable the logs and try again.

like image 988
Jonathan Allen Avatar asked Oct 18 '13 18:10

Jonathan Allen


1 Answers

You can activate mstest logs via mstest.exe.config file, see How to enable MSTest logs.

I'm not sure what "execution process" means exactly in this case, but mstest logging could be really helpful.

like image 92
Elena Avatar answered Sep 29 '22 00:09

Elena