Can we unit test View ('V') of MVC?

后端 未结 5 713
走了就别回头了
走了就别回头了 2021-01-12 05:17

Duplicate: Unit Testing the Views?

Is there any way to unit test View? I am sure that we can test Model & Controller but don\'t know

5条回答
  •  庸人自扰
    2021-01-12 05:47

    Haven't views abandoned code behind now? So what are you going to test? If you are testing the controller, then you just need a succesful view result to show that the view works. Rather than going to the trouble of pre compiling views or whatever, this will start to drag any sizeable project down in terms of continuous integration, and build.

提交回复
热议问题