TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 jlintz超过 15 年前
From unit testing to link checkers. Is it possible to automate testing of display and layout issues from release to release?

2 条评论

dpig超过 15 年前
<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.
byoung2超过 15 年前
<a href="http://browsershots.org/" rel="nofollow">http://browsershots.org/</a> is useful for checking layout on every browser/os combination imaginable.