Dot-Net

.Net 的 Web 應用程序測試(WatiN 測試記錄器)

  • March 6, 2015

我一直在使用 WatiN 作為我目前項目的測試工具。除了測試記錄器的小錯誤之外,我已經能夠使用它並與 NUnit 一起自動化我的許多測試。還有其他人在他們可能建議的不同工具方面有經驗嗎?

我用過:

他們都有自己的目的,都是非常好的工具。

我以前使用過 Selenium 並將它連接到CruiseControl.NET中,雖然它有它的怪癖,但效果很好。

這裡有一些有用的連結。

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/

乾杯約翰

引用自:https://stackoverflow.com/questions/15015