如何在 ASP.NET MVC 中对视图进行单元测试
有什么方法可以在 ASP.NET MVC 应用程序中为视图编写单元测试吗?
我需要使用此类测试来验证按钮名称、标题等内容。
Is there any way that can I write a unit test for Views in my ASP.NET MVC application?
I need to validate the button names, title, etc. stuff using such tests.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用了针对 ASP.NET Web 应用程序的编码 UI 测试。如果您有适当的 Visual Studio 版本,则可以选择此选项。理想情况下,对于 MVC,您还可以针对内置的控制器编写大量此类测试,但既然您询问了视图,我将共享编码的 UI 链接
We've used Coded-UI Tests for ASP.NET web applications. If you have the appropriate Visual Studio version, this may be on option. Ideally for MVC you can also write a lot of these tests against the controllers, which is baked in, but since you asked about Views I'm sharing the Coded UI link