Unit Testing for WinForms
Now this is interesting. I just saw a post today about NUnitForms, an extension to NUnit for unit and acceptance testing of Windows Forms applications.
From the documentation, I really like the idea that NUnitForms provides a Recorder application that can record your interactions with a form and "write" a test for you that duplicates your actions. Thats right, it WRITES the test for you. This is a very interesting way to create unit tests for your UI.
I need to make some time to really take a look at this after our next release. It might be interesting to integrate into our testing framework. With all these little gems of late that I keep finding I think its getting close to time to hire someone dedicated to building a more formal test plan that includes NUnit and extensions like NUnitForms in the testing process.
Posted by SilverStr at July 29, 2004 07:29 AM
| TrackBack