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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your workplace test strategy?

2 点作者 yexponential超过 6 年前
I&#x27;m interested in different [test strategies](https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Test_strategy) companies employ and how well it works for them (and for you).<p>Specifically what&#x27;s the breakdown of unit&#x2F;integration&#x2F;component&#x2F;contract&#x2F;non-regression&#x2F;system&#x2F;e2e, technical&#x2F;function, etc. tests? How do you deal with ever-increasing number of tests? How do you keep testing times down? How do they tie into your CI&#x2F;CD workflow (at what point do you run the tests and what&#x27;s the feedback time).<p>Additional thoughts: What are the problems you face, and what would you do differently?<p>Any related articles or blogs are welcome

1 comment

yexponential超过 6 年前
for reference found <a href="https:&#x2F;&#x2F;martinfowler.com&#x2F;articles&#x2F;microservice-testing" rel="nofollow">https:&#x2F;&#x2F;martinfowler.com&#x2F;articles&#x2F;microservice-testing</a> to be a great theoretical reference however I wonder of the practicality of the implementation