tags:

views:

43

answers:

2

Hi I am looking for some way to consistently test a .Net windows app i am working on, I need to be able to test the GUI and not so much the business logic. Any suggestions welcome.

+1  A: 

Check out AutomatedQA.

Dana Holt
+1  A: 

Take a look at AutoIt. It is a very easy-to-learn scripting language, and works better than most other solutions I have tried. It is also FREE. If you have money to spend, you could look at Quick Test Pro from HP, but it isn't as easy to use.

Another option is using nUnitForms.

Daryl
I have used autoIt , I guess i was looking for something that uses .net
RC1140