Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.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
TFS团队使用测试代理和Windows窗体应用程序构建编码的UI测试-TestInitialize-启动应用程序_Tfs_Coded Ui Tests - Fatal编程技术网

TFS团队使用测试代理和Windows窗体应用程序构建编码的UI测试-TestInitialize-启动应用程序

TFS团队使用测试代理和Windows窗体应用程序构建编码的UI测试-TestInitialize-启动应用程序,tfs,coded-ui-tests,Tfs,Coded Ui Tests,如果我想对使用团队构建构建的Windows窗体应用程序运行测试,然后将构建过程传递给测试代理以运行编码的UI测试,有谁能告诉我一个好方法,确保在编码的UI测试运行之前,刚刚构建的应用程序是否在测试代理计算机上执行,以便测试可以针对它运行?您可以使用ApplicationUnderTest.Launch 检查以下问题: 非常感谢,这非常有用。我在这里链接本课程的msdn文档:

如果我想对使用团队构建构建的Windows窗体应用程序运行测试,然后将构建过程传递给测试代理以运行编码的UI测试,有谁能告诉我一个好方法,确保在编码的UI测试运行之前,刚刚构建的应用程序是否在测试代理计算机上执行,以便测试可以针对它运行?

您可以使用
ApplicationUnderTest.Launch

检查以下问题:


非常感谢,这非常有用。我在这里链接本课程的msdn文档: