All Tags »
code nunit gui testing
Sorry, but there are no more tags available to filter with.
-
I've posted before about some tricks you can do to play with NUnit and get more out of your testing. Today I'm going to pass in some more tricks I came up with recently to use reflection to verify correctness.
Recently, we had a defect that involved the properties of a Control object that were lacking the appropriate categories. In ...