Is there anything like WindowLicker(a GUI test framework) but for .NET's WinForms?
Thanks
Is there anything like WindowLicker(a GUI test framework) but for .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.
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.
NUnitForms