自动化 UI 测试大型 C# 表单应用程序
我正在从事一个相当复杂的项目。我们有 c# 表单应用程序,它具有多层业务逻辑,通过套接字接口与 c++ 硬件管理层进行通信。
我们对 C++ 端和业务逻辑进行了单元测试,但表单应用程序的验收测试对我来说是一个全新的世界,因为我们迄今为止只进行了 Web 应用程序。
关于从哪里开始有什么建议吗?我查看了 NUnitUI,但我不确定它是否有足够的深度来完成我们需要的操作。我正在寻找一个套件来进行自动化 UI 测试。
另外,如果这是我需要做的,我可以为正确的解决方案付费。
谢谢!
I am working on a fairly complicated project. We have a c# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket interface.
We have unit test coverage of the c++ side, and the business logic, but acceptance testing of the forms app is a whole new world for me, as we have done exclusively web apps heretofore.
Any suggestions on where to start? I looked at NUnitUI, but I'm not sure that it has enough depth to do what we need. I am looking for a suite to do automated UI testing.
Also, I am okay with paying for the right solution if that is what I need to do.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看TestComplete,它是一个非常灵活的WinForms测试框架。
Take a look at TestComplete, it is a pretty flexible testing framework for WinForms.
White 是一个有趣的免费替代品。
White is an interesting free alternative.