问题描述
什么是测试我的web表单应用程序的最佳方法是什么?
What is the best way to test my webforms applications?
看起来像人都热爱华廷,硒等。
Looks like people are loving Watin, and selenium.
推荐答案
更新:鉴于华廷已停滞一年多了,我就直接任何人,对需要网络UI测试,它是在连续使用和放大器;许多贡献者的发展,并积极使用由谷歌。的
UPDATE: Given WatiN has been stagnant for over a year now, I would direct anyone that needs web ui tests towards selenium, it is in continuous use & development by many contributors, and is actively used by Google.
是,我已经找到了最好。它集成到Visual Studio中的单元测试和NUnit的&安培;你可以做pretty任何你在浏览器需要(点击链接,提交表单,查找文字/图片等)
WatiN is the best that I've found. It integrates into Visual Studio unit testing or nunit & you can do pretty much anything you need in the browser (click links, submit forms, look for text/images, etc.)
请参阅类似的回答以下问题:
See the following questions for similar answers:
- 的最佳方法
- What is the best way to do unit testing for ASP web pages (C#)?
- Web Application Testing for .Net (watin Test Recorder)
- How do you programmatically fill in a form and ‘POST’ a web page?
这篇关于什么是测试web表单应用程序的最佳方法(ASP.NET)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!