The unit test written in CPPUnit and running in VS 2019, gives the following error message
"
Message:
Failed to set up the execution context to run the test
"
The error is thrown before the execution of the test starts.
Since the error message does not say what is the actual cause of the error, it would be good to get some logging data if available which can help in identifying the cause of the error.
So is there a log file that is created by VS when running the test