how to verify that .testrunconfig SetupScript has successfully run
up vote 0 down vote favorite I am working Visual Studio 2012 and have a .testrunconfig file with a specified setup script: The script runs some sqlcmd commands in a batch script, I verified that the script works by executing it manually. However, when I run my unit tests it does not appear that the database is created from this script and I wonder if there is a way to verify that the setup script was even executed? Or if it was, what kind of error was generated? I checked my TestResults folder and checked the folder for the most recent run and see that a qtsetup.bat file is there and has the contents of TestSetup.bat, but again--is the results of this logged anywhere? visual-studio unit-testing testrunconfig share | improve this question asked Nov 8 at 18:59 nessa 97 10 add a comment | up vote 0 down vote favorite I am working Visual Studio 2012 and have a .testrunconfig file with a specified setup script: The script runs s