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 you proceed for beta testing your apps? How do you get testers?

2 pointsby bontoJRover 8 years ago

1 comment

brudgersover 8 years ago
The idea of Alpha and Beta testing comes from the days when most software was designed from formal specifications and passed to testing after production and then to quality assurance and finally to customer acceptance. Today, most projects lack that sort of waterfall process and the &#x27;best practice&#x27; is to talk to potential users while developing the product and to put very early versions of the product out in front of people as soon as it is possible.<p>Thinking about a user driven waterfall:<p><pre><code> potential users -&gt; alpha testers -&gt; beta testers -&gt; product </code></pre> Paralleling a product cycle:<p><pre><code> mockup -&gt; minimum product -&gt; release candidate -&gt; general release </code></pre> The purpose of milestones under the waterfall system was to organize projects. There are other and more flexible ways to organize projects that have seen a lot of progress recently.<p>Good luck.