Here is the problem:
1. Create a TestProject in your Visual Studio solution.
2. Open the .testrunconfig file and under the \'deployment\' menu item, select the \'Ena
Use the [DeploymentItem]
attribute on the test classes that use it. You can specify a directory:
[TestClass]
[DeploymentItem("blahblah\\myDirectory", "myDirectory")]
public class MyTest
{
}
Note:
[AssemblyInitialize]
. Then you have only to provide it once. Not sure, you have to try.