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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you do QA at your startup?

1 点作者 sua_3000大约 9 年前
I&#x27;m an entry-level software eng. and I need to build our QA Process for both a B2B web application and and consumer web application.<p>We use a full-javascript stack on mySql. We also have to ensure a robust data integrity (ie. the data we report in our apps are accurate) since much of our functionality is fueled by large amounts of data.

3 条评论

lollipop25大约 9 年前
Code level: Unit tests, peer-reviews.<p>Integration: Automated UI testing.<p>Functional: Humans, lots of them.<p>Startups usually have very small teams. Take advantage of tools that do stuff for you. Also, having other members of the team take part in testing is a means to get to know the team better and learn something new.
allthingsapi大约 9 年前
For external purposes - use stackoverflow For internal purposes - you may need to deploy your own - phpBB used to be popular a few years back <a href="https:&#x2F;&#x2F;www.phpbb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.phpbb.com&#x2F;</a>
anthony_franco大约 9 年前
What&#x27;s your technology stack? What will you QA exactly?