InfoQ Homepage Rhino Mocks Content on InfoQ
-
ObjectMother - a Forgotten Testing Tool
One of the earliest techniques for writing tests using TDD did not use mocks and stubs, but used the actual business objects instead. By creating a set of factories that instantiated, composed, and executed methods on business objects, real objects, in a non-initial-state of their lifecycle, could be created for testing purposes. The name coined for this pattern was ObjectMother.
-
Rails Testing Strategies
Popular Rails community member Kevin Olbrich published a couple of interesting and useful articles on his blog about Rails testing strategies.