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.
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 AnswerTake 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!
http://wtr.rubyforge.org/
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.
Share your knowledge