Hello,
I am new to both this and TDD and still struggling a little bit. The biggest problem I have is that I have a bunch of scenarios that I want to TDD. All of them are specified from a customer's point of view, so the natural thing is to start TDD top-down. That means that when I need to mock the underlying services in a domain object, this has not yet been created. How do I mock classes and objects that are not yet created?
What is the best practice TDD when using TypeMock?
Thanks,
Morten