I am working on a fairly complicated project. We have a c# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket interface.

We have unit test coverage of the c++ side, and the business logic, but acceptance testing of the forms app is a whole new world for me, as we have done exclusively web apps heretofore.

Any suggestions on where to start? I looked at NUnitUI, but I'm not sure that it has enough depth to do what we need. I am looking for a suite to do automated UI testing.

Also, I am okay with paying for the right solution if that is what I need to do.

Thanks!

link|improve this question

50% accept rate
Just to clarify...are you looking for a product to manage the results of User Acceptance testing or are you looking to automate UI testing? – Justin Niessner Aug 27 '09 at 17:25
Hah, good point, automated UI testing – Brandon Aug 27 '09 at 18:01
feedback

3 Answers

up vote 3 down vote accepted

Take a look at TestComplete, it is a pretty flexible testing framework for WinForms.

link|improve this answer
1  
I ended up going with TestComplete. Overall, it works really well, it took a little getting used to but that's to be expected with anything like this. Thanks! – Brandon May 2 '11 at 20:53
Glad it worked for you! – a'b'c'd'e'f'g'h' May 2 '11 at 21:10
feedback

White is an interesting free alternative.

http://www.codeplex.com/white

link|improve this answer
feedback

Ranorex might be interesting for you. It is a Windows GUI test automation framework for testing many different application types including Win32, Winforms, WPF, Silverlight (and much more...).

You can capture/replay your UI tests, edit your actions and generate C#, VB.NET and IronPython code if you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.