Web testing frameworks for ASP.NET web application

给你一囗甜甜゛ 提交于 2019-12-11 05:39:35

问题


I'm trying to implement some front end testing in a ASP.NET web application, and I would like to know how do the several web testing frameworks compare. Especially MSTest's "Web Tests", because I haven't seen a lot of info about them, and since it seems to have a nice integration with Visual Studio.

Related posts:
WatiN or Selenium?
Watir vs Selenium vs Sahi

Selenium
WatiN
Visual Studio Team System "Web Tests"

Thanks in advance.


回答1:


One important thing to note about the Microsoft Web Tests (with VSTS 2008) is that they are at the HTTP level, not the UI level. They'll work great to test navigation, form submission, and other HTTP calls, but will not test the UI components on a page. This is something important to keep in mind when comparing with other apps such as QuickTest Professional (QTP) which does test at the UI component level.

The much-improved test features of VSTS 2010 will include testing at the UI level.



来源:https://stackoverflow.com/questions/1239625/web-testing-frameworks-for-asp-net-web-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!