Visual Studio 10中的MS Test根据计算机名称创建TestResults文件夹

时间:2014-06-25 14:37:18

标签: visual-studio-2010 mstest

我有VS 2010和MS Test。当我运行单元测试时,它会失败:

var path = Assembly.GetExecutingAssembly()。Location

这里的路径是:

C:\RepoTest\yadProcessXcellerator\sources\TestResults\Administrator_MyComputerName 2014-06-25 16_32_06\Out\ModuleService\TestData

另一名员工如何使用单独路径中的testdata运行此单元测试?

我无法将构建输出设置为上述路径......

我该如何解决这个问题?

0 个答案:

没有答案