应用程序无法启动进行 UI 测试

发布于 2025-01-01 17:55:56 字数 276 浏览 1 评论 0原文

我有一个可以在 VS2010 中运行的 UIcoded 测试。

我想用 MTM 实现自动化。但是,当我将它与测试用例关联并运行它时,我在 ViewResult 中收到此错误:

Microsoft.VisualStudio.TestTools.UITest.Extension.FailedToLaunchApplicationException:应用程序无法启动。

我正在测试代理状态中监视它,一切正常。

我怎样才能通过这个测试。

此致 M.Bagheri

I have a UIcoded test that works in VS2010.

I want automated it with MTM. But when I associated it with test case and run it I get this error in ViewResult :

Microsoft.VisualStudio.TestTools.UITest.Extension.FailedToLaunchApplicationException: The application failed to start.

I am monitoring it in test agent status and every thing is ok.

how I can pass this test.

Sincerely you M.Bagheri

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅忆流年 2025-01-08 17:55:56

如果您在使用 TFS 生成服务的生成过程中运行 UI 编码测试,请确保将生成服务作为交互式过程运行。

答案这里也告诉您如何在构建机器启动时启动交互式构建服务。

请参阅此处了解如何将构建服务作为交互式进程运行。

If you are running UI Coded test in the build process using TFS Build Service, make sure you run the build service as an interactive process.

The answer here also tells you how to make the interactive build service start when the build machine is started.

See here for how to run the build service as an interactive process.

独留℉清风醉 2025-01-08 17:55:56

如果无法与桌面交互,通常您会收到特定错误。

我最近收到此错误。我执行了以下任务,为我解决了问题:

  1. 清除控制器临时文件
  2. 重新启动代理和控制器。

Usually you will get a specific error if you cannot interact with the desktop.

I recently received this error. I performed the following tasks which solved the issue for me:

  1. clear the controler temporary files
  2. restart the agent and controller.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文