具有白色 UI 自动化功能的 Fiddler
我有非常严重的问题。
我有一个调用 Web 服务的 WPF 应用程序。
当我运行应用程序时,我可以通过 fiddler 看到与服务的通信。
我使用 ThoughtWorks 的 White 框架为 WPF 应用程序编写了一些 UI 自动化测试。
当我使用 NUnit 运行测试时,测试将启动应用程序,但我看不到通过 fiddler 与 Web 服务的通信,
有人知道吗?
I have very wired problem.
I have a WPF application that calls web services.
When I run the application I can see the communication to the services through fiddler.
I wrote some UI automation test for the WPF application, using White framework from thoughtworks.
When I run the tests with NUnit, the tests will start up the application, but I cannot see the communication to the web services through fiddler
anybody has idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保 fiddler 和您的测试以同一用户帐户运行。当自动化测试以与我不同的帐户登录时,我遇到了这个问题。您只需要使用 fiddler 进行 run-as 即可。
Make sure that fiddler and your test are running as the same user account. I have had this problem when the automated test is logging in as a different account than myself. You just need to do a run-as with fiddler.