WindowLicker for .NET's WinForms?
Is there anything like WindowLicker(a GUI test framework) but fo开发者_如何学Gor .NET's WinForms?
Thanks
White is open source and developed by the guys from ThoughtWorks, pretty good the last time I checked.
If you don't care going commercial, TestComplete from automated QA can also be a good quality/price combination. We use it in our process and gets the job done so far.
NUnitForms
As far as I know, you can create GUI tests with Visual Studio 2010 ...
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
It's similar in idea to AutoHotKey which I've also used for UI testing.
精彩评论