Visual Studio and MSTest: Deploying Files
Microsoft’s unit testing infrastructure provides a number of options for deploying files to the test directory when running tests.
Deploy files/directories for all tests in all test projects.
Deploy files/directories for a specific test, specified in the UI.
Deploy files/directories for all tests in a test class, specified in code.
Deploy files/directories for a specific test, specified in code.
All [...]

