6

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!

2
  • 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? Commented Aug 27, 2009 at 17:25
  • Hah, good point, automated UI testing Commented Aug 27, 2009 at 18:01

2 Answers 2

4

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

Sign up to request clarification or add additional context in comments.

Comments

3

White is an interesting free alternative.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.