Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for automating mouse and keyboard events sent to a windows application

What tools are useful for automating clicking through a windows form application? Is this even useful? I see the testers at my company doing this a great deal and it seems like a waste of time.

like image 816
Ben McNiel Avatar asked Aug 15 '08 17:08

Ben McNiel


1 Answers

Check out https://github.com/TestStack/White and http://nunitforms.sourceforge.net/. We've used the White project with success.

like image 74
denis phillips Avatar answered Sep 28 '22 02:09

denis phillips