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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask and Show HN: Startups, do you have your integration tests?

5 点作者 softwareman大约 11 年前
We (two of us) have been working on a solution to have some kind of integration tests coverage for everyone who is busy enough to be not able to focus on writing integration tests.<p>I know writing tests is good practice but many times due to time crunch we aren’t able to get to it. For those of us, we have built www.pingsure.com.<p>We are also validating the market so we would love to know how many startups&#x2F;established companies have their integration tests already in place? If not, then would you want them or you don&#x27;t care.<p>The idea is simple. We write integration tests for you. We run them every hour on your production server and report in case broken.<p>One query could be, is it really needed to run against production? We think unless you have integration tests testing production site, you can never be sure whether a customer interaction is really working. Correct us if we are wrong.<p>We would love feedback and suggestions. We are looking for beta customers.

4 条评论

jasonkester大约 11 年前
No feedback on the product (I don&#x27;t personally do any testing on the things you list since, well, they&#x27;ve never broken and if they did, customers would start emailing within a few minutes).<p>But I do feel obligated to ask that you kill that rapid scrolling carousel right now. I&#x27;m sure it looks right to you, since you know what it says. But to people reading, you can just barely find your context from the last time it scrolled out from under you and get one word further into the first sentence before it whips back out from under you.<p>Drop the timeout to 30 seconds so that people have a hope of reading it (I only know what those panels say because of Chrome&#x27;s Developer Tools). Or better still, tear it out entirely.<p>Best of luck with the product!
评论 #7426159 未加载
drothlis大约 11 年前
The difference between &quot;X Testcases&quot; and &quot;Y Free Writes&quot; per month is a bit confusing, but I think I understand what you mean.<p>My main concern would be that managing test failures (is it a real bug, or is the test just fragile to minor app changes) would be just as much work as having the tests in-house. Probably <i>more</i> work, since I can&#x27;t just look at the code. Your reporting&#x2F;logs would have to be excellent and very detailed.
评论 #7426166 未加载
auganov大约 11 年前
I&#x27;m not sure I like how you explicitly market it as integration tests. I&#x27;d just explain what it really does. It took me a bit to figure out that it targets testing website&#x2F;webapp user-level interactions.
评论 #7447219 未加载
softwareman大约 11 年前
Clickable: <a href="http://www.pingsure.com" rel="nofollow">http:&#x2F;&#x2F;www.pingsure.com</a>