views:

138

answers:

0

We are developing a VB.Net Thick Client.

Our Business Objects get filled from Services which make calls through iBatis to the DB. These BOs obviously hold information about the object in variables. I am curious on how far to take unit testing? Do you go as far as to do create a new object, fill all of the properties and then verify that the properties are being returned correctly?

Our application is basically a data entry/reporting system.. I guess other than the example, I don't really know what to test.. Is there any where you can point me to look for more examples of what to use Unit testing for?