Winforms 事件驱动架构的单元测试
我应该采取什么方法(如果可能的话)对显示和逻辑混合在一起的标准事件驱动的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用 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.