如何在 ASP.NET MVC 中对视图进行单元测试

发布于 2024-12-06 08:19:27 字数 76 浏览 0 评论 0原文

有什么方法可以在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℉絮湮 2024-12-13 08:19:27

我们使用了针对 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文