Mock Object Strategies
December 9th, 2003How do you get your production code to use real objects and your test code to use mock objects? Read the rest of this entry »
How do you get your production code to use real objects and your test code to use mock objects? Read the rest of this entry »
Ideally, human efforts in testing should focus on building tests — figuring out the strategies, test cases, and test data. From there, we’d rather let the computer run the tests and verify the results. If you had to test everything manually every day, you would either not do it, or really start to hate your job. Read the rest of this entry »