简体   繁体   English

自动UI测试大型c#表单应用程序

[英]Automated UI testing a large c# forms app

I am working on a fairly complicated project. 我正在研究一个相当复杂的项目。 We have ac# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket interface. 我们有ac#forms app,它有几层业务逻辑,通过套接字接口与c ++硬件管理层通信。

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. 我们有c ++方面的单元测试覆盖率和业务逻辑,但对于我来说,表单应用程序的验收测试对我来说是一个全新的世界,因为我们迄今为止只完成了Web应用程序。

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. 我看了NUnitUI,但我不确定它有足够的深度来做我们需要的。 I am looking for a suite to do automated UI testing. 我正在寻找一个自动UI测试套件。

Also, I am okay with paying for the right solution if that is what I need to do. 此外,如果这是我需要做的,我可以支付正确的解决方案。

Thanks! 谢谢!

看一下TestComplete ,它是一个非常灵活的WinForms测试框架。

怀特是一个有趣的免费替代品。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM