php - What to test when using TDD in an MVC project -


I am following a TDD workflow, in an MVC project, but all I can now test (institutions) , But when it comes to controllers, I am more interactive in dealing with unit testing. Is there any problem in using TDD and BDD in the same project? And is the model just a place where we use unit testing? Thank you There is no problem in using TDD and BDD, but it is highly recommended.


Comments