Software Testing Social Network

Free Software Testing Tutorial and Quality Assurance Portal

Home Ask
Category: Test Automation

Resolved Question

Tools for testing websites?
Are there any automated testing tools that I can use to test websites?

I want a tool where I can just give it the front page and it runs some basic tests on each page of the website.

Best Answer -

  • Depends what you want to test.

    If it's to check flash/javascript enabled or to check the site with different resolutions with different browsers on different OS's then I would use Browser Cam

    http://www.browsercam.com

    • 2010-04-11 06:12
    • 0 Rate this answer as good
    • 0 Rate this answer as bad
    • Report as abusive/illegal
  • 0 Interesting!
  • Hits: 27
  • Closed on: 2010-04-11 06:12
  • You answered this Question

Other Answers:

  • Look into Selenium (http://seleniumhq.org/). It is an open source project that allows you to create and save tests in your browser. There is a plugin for Firefox you can use to create the tests. It records them and then you can save them as HTML, python, Java, JavaScript, etc. If you save them as HTML, you can replay them in the same plugin to perform your testing. You can create several tests (one for each page) and hook them together as a suite and run the entire suite as 1 test.

    • 2010-04-11 06:12
    • 0 Rate this answer as good
    • 0 Rate this answer as bad
    • Report as abusive/illegal
  • http://validator.w3.org/ will test the markup - html/xhtml and http://jigsaw.w3.org/css-validator/ will test your stylesheet - css. you can also use http://www.contentquality.com/ to check accessibility. if you pass all 3 test you've done a pretty good job.

    • 2010-04-11 06:12
    • 0 Rate this answer as good
    • 0 Rate this answer as bad
    • Report as abusive/illegal