ASP.NET Web应用程序的Web测试框架 [英] Web testing frameworks for ASP.NET web application

查看:78
本文介绍了ASP.NET Web应用程序的Web测试框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在ASP.NET Web应用程序中实现一些前端测试,并且我想知道几种Web测试框架之间的比较.尤其是 MSTest的"Web测试" ,因为我还没有看到有关它们的大量信息,并且由于它似乎与Visual Studio集成良好.

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.

相关文章:
是WatiN还是Selenium?
瓦提尔vs硒vs萨西

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


WatiN
Visual Studio Team System"Web测试"

Selenium
WatiN
Visual Studio Team System "Web Tests"

谢谢.

推荐答案

关于Microsoft Web测试(使用VSTS 2008),需要注意的重要一件事是它们处于HTTP级别,不是用户界面级别.它们将非常适合测试导航,表单提交和其他HTTP调用,但不会测试页面上的UI组件.与其他在UI组件级别进行测试的应用程序(例如QuickTest Professional(QTP))进行比较时,请牢记这一点.

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.

VSTS 2010 大大改进的测试功能将包括UI级别的测试.

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

这篇关于ASP.NET Web应用程序的Web测试框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆