I recently had a slip up where, during a demo, navigation to a view failed because the view still referenced a property that I had removed from the view model.
The application still has very little logic, except mapping between domain model and view model, and I would like to introduce unit tests now, and proceed with a more TDD oriented approach, but this case has me stumped? How can I write a unit test that mocks a view?
I’ve used WatiN in the past for just that, however it looks like it might not be maintained anymore. The last update update was back in April (10 months ago).