Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Msbuild 将codedUI测试集成到构建中_Msbuild_Automated Tests_Coded Ui Tests - Fatal编程技术网

Msbuild 将codedUI测试集成到构建中

Msbuild 将codedUI测试集成到构建中,msbuild,automated-tests,coded-ui-tests,Msbuild,Automated Tests,Coded Ui Tests,我一直在为VS2010中的一个网站创建codedUI测试 我想做的是将这些测试作为门控签入的一种形式添加到构建过程中。所以,如果新代码生成的测试失败,那么它将拒绝该代码 是否有人有过与此设置相关的经验或了解任何资源 提前感谢如果您在构建中使用TFS,您可以轻松地将测试集成到构建过程中。如果要在生成过程中使用其他工具,则需要在生成服务器和另一台计算机上安装MSTEST以作为代理运行测试。您使用的是什么源代码管理存储库\生成工具?

我一直在为VS2010中的一个网站创建codedUI测试

我想做的是将这些测试作为门控签入的一种形式添加到构建过程中。所以,如果新代码生成的测试失败,那么它将拒绝该代码

是否有人有过与此设置相关的经验或了解任何资源


提前感谢

如果您在构建中使用TFS,您可以轻松地将测试集成到构建过程中。如果要在生成过程中使用其他工具,则需要在生成服务器和另一台计算机上安装MSTEST以作为代理运行测试。

您使用的是什么源代码管理存储库\生成工具?