Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Application Testing for .Net (WatiN Test Recorder)

I've been using WatiN as a testing tool for my current project. Besides the minor bugs with the Test Recorder, I've been able to use it and automate a lot of my tests in conjunction with NUnit. Anyone else out there with experience with different tools they might suggest?

like image 943
Mac Avatar asked Aug 18 '08 18:08

Mac


2 Answers

I have used Selenium before and hooked it into CruiseControl.NET and while it has it's quirks worked quite well.

Here are some useful links.

http://selenium-ide.openqa.org/

http://wiki.openqa.org/display/SIDE/Automating+Selenium+IDE+tests

http://agiletesting.blogspot.com/2006/03/remote-web-app-testing-with-selenium.html

http://www.nofluffjuststuff.com/blog_detail.jsp?rssItemId=97932

http://www.testearly.com/2006/10/04/selenium-using-selenium-ide-selenium-remote-control-and-ant/

Cheers John

like image 125
solrevdev Avatar answered Oct 17 '22 13:10

solrevdev


I have used:

  • WatiN
  • AutomatedQA TestComplete

All of them have had their purpose and are very good tools.

like image 44
Dale Ragan Avatar answered Oct 17 '22 13:10

Dale Ragan