Asp.net webforms UI testing tools
I would like to hear what web UI testing to开发者_如何学Cols you have found to be useful and not so useful.
I am looking for a commercial tool (for the company) and a non commercial tool (for my projects)
Thanks
Ian
look at these links :
http://p2p.wrox.com/content/articles/tools-aspnet-ui-testing
http://nunitasp.sourceforge.net/
http://www.stevetrefethen.com/blog/AutomatedtestingofASPNETwebapplicationsusingSelenium.aspx
NUnit is probably the most popular ASP.NET testing tool out there:
www.nunit.org
As it is open source, you can use it both at home and at work.
Consider using TestPlan. It has a scripting language which accomplishes most web testing tasks without too much effort. It is a free product with commercial support also available.
http://testplan.brainbrain.net/
精彩评论