TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What tools do you use to automate the testing of your websites?

4 pointsby jlintzover 15 years ago
From unit testing to link checkers. Is it possible to automate testing of display and layout issues from release to release?

2 comments

dpigover 15 years ago
<a href="http://seleniumhq.org/" rel="nofollow">http://seleniumhq.org/</a> is great for system testing. Easy to start using with the firefox plugin (selenium IDE), more advanced features (Selenium RC, Grid) and tests can be written in a number of languages.
byoung2over 15 years ago
<a href="http://browsershots.org/" rel="nofollow">http://browsershots.org/</a> is useful for checking layout on every browser/os combination imaginable.