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 are the best tools for performing browser testing of a website?

1 pointsby alagappanrabout 12 years ago
Looking for the best browser testing tools that help me test whether my website works fine on most of the major desktop and mobile browsers.

2 comments

shivangabout 12 years ago
You can use different mechanisms to test out the website and its UI components.<p>I have worked with Splinter(which is a python based testing framework) and CasperJS(JS based framework) and both of them works fine.<p>With Splinter you can test out your website not only in headless browsers but with normal browsers as well. It has selenium plugin as well.
deepak-kumarabout 12 years ago
Have a look at <a href="http://docs.seleniumhq.org/projects/ide/" rel="nofollow">http://docs.seleniumhq.org/projects/ide/</a><p>It has firefox extension as well.<p><a href="https://addons.mozilla.org/en-US/firefox/addon/selenium-expert-selenium-ide/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/selenium-expe...</a>