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: How do you do QA at your startup?

1 pointsby sua_3000about 9 years ago
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 comments

lollipop25about 9 years ago
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.
allthingsapiabout 9 years ago
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_francoabout 9 years ago
What&#x27;s your technology stack? What will you QA exactly?