I am working on a MVC project and trying to use TDD with DDD and finding it's not that straight forward. Below are some of the topics i am struggling on:-
- How to do proceed with unit test once you have written tests for Controller class. i.e service, repository, domain etc
- At what point you write and develop your domain with services and repository.
- Do you create services/model(domain) for simple task where there is not much model/logic to fetch data and display. If not how do you design it.
Getting some experienced hand input would be lovely and example(s) would be really helpful. I am using outside in approach as i know it will be MVC project and I will be using SQL. Thanks in advance