Selenium 与 A​​SP.Net 结合使用?

发布于 2024-11-05 17:32:10 字数 75 浏览 0 评论 0原文

我所在的公司使用 ASP.Net 技术;如果用户界面是 DotNet 组件而不是 HTML 组件,我可以使用 selenium 工具吗?

My company for which i am an employee uses ASP.Net Technology; if the User interface is DotNet component instead of HTML COMPONENT, Can i use selenium tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

巷子口的你 2024-11-12 17:32:10

Selenium 是一个浏览器自动化工具。这意味着您的应用程序必须在浏览器中运行,Selenium 才能实现自动化。您说您的用户界面是使用 ASP.NET 的 .NET 组件。如果您的意思是您的应用程序是使用 ASP.NET 构建的 Web 应用程序,它将 HTML 呈现给用户的浏览器,那么是的,您可以使用 Selenium 来测试它。如果您的应用程序是 Windows 窗体、Silverlight 或 Windows 演示框架 (WPF) 应用程序,则不能,您不能直接使用 Selenium 来自动导航应用程序。

Selenium is a browser automation tool. This means that your application has to be run in a browser for Selenium to automate it. You say that your user interface is a .NET component using ASP.NET. If you mean that your application is a web application built using ASP.NET which renders HTML to a user's browser, then yes, you can use Selenium to test it. If your application is a Windows Forms, Silverlight, or Windows Presentation Framework (WPF) application, then no, you can't use Selenium directly to automate navigation of your application.

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