Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

With NUnit, I could use NUnitForms to test the UI. It's massively cumbersome, but it gets the job done.

Is there something similar for MsTest for the version shipping in VS2008?

share|improve this question
You'll probably want to look into the "Coded UI" tests in VS2k10. I believe that with VS2k8, it only has UI tests for web applications. – Daniel Allen Langdon Jun 4 '10 at 20:04

1 Answer

For VS2008 use white http://white.codeplex.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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