how can I set the working directory for MS Tests projects, like I can do it for normal application projects? My Component that is tested need to access some config files that ar
Acarlon's suggestion does not work when you select Run All tests
from Test Explorer in Visual Studio 2012.
The default path you would get is something like ...\TestResults\Deploy_
folder.
Because of this there may be possibility that your DB would not be accessible when entity would try to open connection for running entity related Test.
In my case I am using SQL CE which is set as resource file and always compiled and gets itself dropped into the Bin/Debug/Resource
folder.