Can anyone provide an source that says that unit testing is not always done in an automated or programmatic way? I always assumed it meant testing code through code. I have a bet on this, so I need solid sources.
+7
A:
From Wikipedia:
[A unit test's] implementation can vary from being very manual (pencil and paper) to being formalized as part of build automation.
I don't think you will win your bet. :(
Mark Byers
2009-12-09 21:46:45
A:
You are going to lose the money / beer / doughnuts, unit testing can be automated thru various test frameworks (such as nunit) or purely be done manually.
Andrew
2009-12-09 21:49:01
it was actually a muffin and a coffee
Shawn Simon
2009-12-09 22:06:36
You got off lightly, look on the bright side :)
Andrew
2009-12-09 22:09:26