Question

Is there anything like WindowLicker(a GUI test framework) but for .NET's WinForms?

Thanks

Was it helpful?

Solution

OTHER TIPS

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.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top