Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WindowLicker for .NET's WinForms?

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

Thanks

like image 486
devoured elysium Avatar asked Jul 22 '10 09:07

devoured elysium


3 Answers

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.

like image 165
David Suarez Avatar answered Oct 28 '22 19:10

David Suarez


NUnitForms

like image 33
Lee Avatar answered Oct 28 '22 18:10

Lee


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

like image 30
Hinek Avatar answered Oct 28 '22 19:10

Hinek