应用程序无法启动进行 UI 测试
我有一个可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您在使用 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.
如果无法与桌面交互,通常您会收到特定错误。
我最近收到此错误。我执行了以下任务,为我解决了问题:
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: