I\'m using VS2008 TFS (with MSTest).
I have a unit test that works reliably, relying on a data file in a subfolder of the project (ie testproject1\\TestData). The data f
Use the DeploymentItem attribute (more info here).
Edit: As per the OP, the .testrunconfig file must also be edited.