views:

83

answers:

2

Unit Testing for Business Object

+1  A: 

Yes you can :-)

Nathan Fisher
A: 

If you are referring to unit testing the domain of the application then yes you can perform unit testing. There are many tools available for that purpose.

1) NUnit (my preferred one!) 2) MbUnit 3) XUnit 4) MSTEST

azamsharp