Winforms 事件驱动架构的单元测试

发布于 2024-08-14 05:15:15 字数 64 浏览 3 评论 0原文

我应该采取什么方法(如果可能的话)对显示和逻辑混合在一起的标准事件驱动的 Winforms 应用程序进行单元测试。

What approach should I take (if it's even possible) to unit test a standard event driven Winforms app where display and logic are mixed together.

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

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

发布评论

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

评论(1

天暗了我发光 2024-08-21 05:15:15

您将需要使用 UI 自动化测试框架,除非您想重新设计 UI 以分离显示和逻辑。

一些示例包括 TestComplete 等产品。

Visual Studio 2010 也将针对这种情况添加一些功能

You'll need to use a UI Automation testing framework, unless you want to rework your UI to decouple the display and logic.

Some examples include products like TestComplete.

Visual Studio 2010 is going to add some functionality for this exact scenario, as well.

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