WindowLicker for .NET's WinForms?

730 views Asked by At

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

Thanks

4

There are 4 answers

1
Lee On BEST ANSWER
0
Hinek On

As far as I know, you can create GUI tests with Visual Studio 2010 ...

0
David Suarez On

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.

0
Matthew Lock On

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.