简体   繁体   English

WindowLicker for .NET的WinForms?

[英]WindowLicker for .NET's WinForms?

Is there anything like WindowLicker (a GUI test framework) but for .NET's WinForms? 是否有类似WindowLicker (GUI测试框架)的东西,但对于.NET的WinForms?

Thanks 谢谢

White is open source and developed by the guys from ThoughtWorks, pretty good the last time I checked. White是开源的,由ThoughtWorks的人开发,上次检查时非常好。

If you don't care going commercial, TestComplete from automated QA can also be a good quality/price combination. 如果您不关心商业化,自动化质量保证的TestComplete也可以是一个很好的质量/价格组合。 We use it in our process and gets the job done so far. 我们在流程中使用它,到目前为止完成工作。

据我所知,您可以使用Visual Studio 2010创建GUI测试...

You can automate a test a windows process from outside the process with .net 3.0's UI Automation: http://blog.functionalfun.net/2009/06/introduction-to-ui-automation-with.html 您可以使用.net 3.0的UI自动化从流程外部自动测试Windows流程: http//blog.functionalfun.net/2009/06/introduction-to-ui-automation-with.html

It's similar in idea to AutoHotKey which I've also used for UI testing. 它与AutoHotKey的想法类似,我也用它进行UI测试。

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

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