Testing WinForms UIs is tough. Manual testing is slow and difficult to repeat. Vivek Singh has just released a new version of SharpRobo, a WinForms testing framework. Vivek recommends running these tests through NUnit, and from practive, I’ve found that whatever I can test with NUnit, I can test with FIT, so I’m excited to try it out. Thoughtworks has previously produced NUnitForms.
Selenium and FIT are good for testing Web apps, but I am dealing with a windows application at this point. Kudos to Vivek for this library.