Question Details

Browse

Looking for a good web test automation tool

By nj_lopez - Aug. 17, 2007

Hi - I have a website that I am looking to 'user-acceptance' test. For that, I would like to build some web-test automation tools. What are my options? What is the community using? Would love to learn about options available. Thanks in advance.


Answers

Add Answer
  1. By kseancw on Aug. 17, 2007

    Take a look at Watir - it is a ruby project. From the site - 'Watir is a simple open-source library for automating web browsers. It allows you to write tests that are easy to read and easy to maintain. It is optimized for simplicity and flexibility. Watir drives browsers 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.' Good luck!

    1 Votes
  2. By kseancw on Aug. 17, 2007

    http://wtr.rubyforge.org/

    1 Votes
  3. By sdinesh on Aug. 22, 2007

    Take a look at HTMLUnit. It is similar to JUnit in philo, and can be used to set up Unit Tests for your web app.

    0 Votes
Share your knowledge

Related Questions

Browse Get answers and share your expertise.