具有白色 UI 自动化功能的 Fiddler

发布于 2024-08-15 16:33:33 字数 232 浏览 12 评论 0原文

我有非常严重的问题。

我有一个调用 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 技术交流群。

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

发布评论

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

评论(1

最佳男配角 2024-08-22 16:33:33

确保 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.

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