31 December 1969 17:00
Selenium: Selenium
by 14 othersSelenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do.
Selenium IDE Intro
by 5 othersThere is a Firefox extension called Selenium IDE made by the folks over at OpenQA.org. It is a very easy to use and powerful tool for controlling, automating or testing web sites. If there is any repetitive or predictable task that you are always doing in your browser why not let the Selenium IDE handle it for you.
Watir: Web Application Testing in Ruby
by 7 othersWATIR stands for "Web Application Testing in Ruby". Watir is a free, open-source functional testing tool for automating browser-based tests of web applications. It is pronounced water.<br /> <br /> Watir drives the Internet Explorer browser the same way people do. It clicks links, fills in forms, presses buttons. Watir also checks results, such as whether expected text appears on the page.<br /> <br /> Watir is a Ruby library that works with Internet Explorer on Windows. Like other powerful programming languages, Ruby gives you the power to connect to databases, read data files, export XML and structure your code into reusable libraries.
1
(3 marks)