Testing UI with MsTest

Posted by AngryHacker on Stack Overflow See other posts from Stack Overflow or by AngryHacker
Published on 2010-06-01T21:39:28Z Indexed on 2010/06/01 21:43 UTC
Read the original article Hit count: 399

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about unit-testing