active questions tagged beta - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T17:45:01Zhttp://stackoverflow.com/feeds/tag/betahttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1915101/add-air-2-to-fb40Add AIR 2 to FB4?John Isaacks2009-12-16T14:46:22Z2009-12-17T14:50:07Z
<p>I downloaded and installed FB4 beta 2. I want to try out some of the new AIR 2 beta features, but AIR 2 is not packed with FB4 by default, how can I set this up?</p>
<p>Thanks!</p>
<p>(Also if possible I still want to be able to use FB3+AIR1 for regular projects)</p>
http://stackoverflow.com/questions/1888434/closed-beta-application-in-the-app-store1closed beta application in the app store?versatilemind2009-12-11T14:33:16Z2009-12-11T14:38:35Z
<p>Hi! </p>
<p>Is there a way to have something like a closed private beta in the app store? So a customer could see and try the product after I sent him the link. If the app get's approved by a customer I would change the status from private to available (or something like that). </p>
<p>Is this possible with apples app store? </p>
<p>Thank you. </p>
http://stackoverflow.com/questions/1870230/development-for-unstable-versions-of-chrome0Development for unstable versions of Chrome?thedp2009-12-08T22:14:01Z2009-12-08T23:38:05Z
<p>I would like to know what the members of this great community think of developing and adjusting their web apps and sites in general to recent Google Chrome beta browsers on Linux and Mac OS X and of course Google ChromeOS.</p>
<p>Do you think it's too early and I shouldn't waste my time adjusting myself to something that might change due to bugs resolutions?</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1839719/iphone-beta-tester-platforms0iPhone beta tester platformsNicola Radacher2009-12-03T12:59:13Z2009-12-03T23:42:11Z
<p>We are currently searching for platforms where we can find beta testers for iPhone apps. Does anyone have experience with iBetaTest? Which other platforms are available.</p>
<p>Thx for your help</p>
<p>Nicola </p>
http://stackoverflow.com/questions/1660406/unit-testing-a-wf4-workflowservice1Unit Testing a WF4 WorkflowserviceMarcel2009-11-02T10:11:50Z2009-12-03T10:24:09Z
<p>I am playing around with WF4 beta 2 and want to unit test a workflowservice. Perhaps I am missing something, but this does not seem trivial.</p>
<p>As far as I can see, I might use <code>WorkflowServiceHost</code>. But I think this is a lot of overhead to create a host and then consume it in the test.</p>
<p>Is there not a simple way of testing a workflow service just as with <code>WorkflowInvoker.Invoke</code>?</p>
http://stackoverflow.com/questions/1829779/how-do-i-get-absolute-root-links-in-asp-net-mvc-2-0-beta-areas0How do I get Absolute Root Links in ASP.NET MVC 2.0 beta Areas?Robert Harvey2009-12-01T23:51:22Z2009-12-02T00:10:30Z
<p>The link for logging in looks like this:</p>
<pre><code><%= Html.ActionLink("Log On", "LogOn", "Account") %>
</code></pre>
<p>which yields the following link in the browser:</p>
<pre><code>http://localhost:2300/Account/LogOn
</code></pre>
<p>However, if I switch to an <code>Area</code>, such as <code>Content</code>, the Login link now looks like this:</p>
<pre><code>http://localhost:2300/Content/Account/LogOn
</code></pre>
<p>...which fails of course, because there is no <code>AccountController</code> in the <code>Content</code> Area.</p>
<p>How do I change my call to ActionLink so that it yields <code>http://localhost:2300/Account/LogOn</code>
?</p>
http://stackoverflow.com/questions/1818171/points-to-consider-before-releasing-a-net-product-beta0"Points to Consider" before releasing a .NET Product BetaA9S62009-11-30T06:32:53Z2009-11-30T06:58:34Z
<p>I am planning to release a .NET product as Beta in the next couple of weeks. I want to know what points should be considered before releasing a product. I think the following needs to be taken care of:</p>
<ol>
<li>Professional Icons/Splash and About screens</li>
<li>Obfuscation of assemblies</li>
<li>Sign the assemblies - Strong Name</li>
<li>Professional Security Certificate (Verisign/Thwate) - Authenticode signing assemblies</li>
<li>Google AdWords, AdSense and Analytics</li>
<li>Writing blogs etc about the application features</li>
<li>A way to get bug/features from BETA users</li>
</ol>
<p>Basically the question is how to release an effective BETA and make my product popular?</p>
http://stackoverflow.com/questions/239981/deploy-asp-net-mvc-beta-to-iis-6-causing-404s5Deploy asp.net mvc beta to iis 6 causing 404'sGuy2008-10-27T14:04:01Z2009-11-24T06:22:24Z
<p>I'm struggling to get around the 404 errors from asp.net mvc beta when deploying on IIS 6. I had this working in one of the previews by mapping .mvc in IIS but this no longer works. I've read <a href="http://msmvps.com/blogs/omar/archive/2008/06/30/deploy-asp-net-mvc-on-iis-6-solve-404-compression-and-performance-problems.aspx" rel="nofollow">Omar's post</a> and several others on the web and tried their solutions but no luck so far.</p>
<p>The home page opens without a problem on IIS 6 but others 404 and the site runs well on IIS 7.</p>
<p>Has anybody deployed asp.net mvc beta to IIS 6 with success? If so, what adjustments did you need to make to the code and/or IIS settings to get it to work?</p>
http://stackoverflow.com/questions/1456608/how-do-i-differentiate-between-beta-versions-and-normal-versions4How do I differentiate between beta versions and normal versions?lkessler2009-09-21T20:17:00Z2009-11-22T20:19:22Z
<p>I generally agree that major versions of a program should be <code>1.0</code>, <code>2.0</code>, ... and significant updates should be: <code>1.1</code>, <code>1.2</code>, ..., and that bug fixes should be at the third level: <code>1.0.1</code>, <code>1.0.2</code>, ... <code>1.0.156</code> (if you've been plagued by that many bug-fix releases between versions).</p>
<p><hr></p>
<p>But now I want to release my first Beta that will be one of a series of Betas leading towards the release of version <code>1.0</code>.</p>
<p>Specifically, it doesn't make sense to me, to number my Beta releases greater than the number I am developing to, e.g. <code>1.0.1</code> up to <code>1.0.15</code> (if I have 15 beta releases) and then follow it with <code>1.0</code>.</p>
<p>But using numbers less than <code>1.0</code> seems awkward, e.g. <code>0.9.1</code> ... <code>0.9.15</code> and will cause confusion if I start using <code>1.9.1</code> ... <code>1.9.15</code> as the Betas for version <code>2.0</code>.</p>
<h3>Related:</h3>
<blockquote>
<p><a href="http://stackoverflow.com/questions/615227/how-to-do-version-numbers">How to do version numbers?</a></p>
</blockquote>
<p><hr></p>
<p>Just for information, after your help and great links with more info, this is what I decided on.</p>
<p>I've been going 0.7, 0.8, 0.9, 0.91 ... up to 0.98 for my alpha versions.</p>
<p>I know I can do 1.0 beta 1, which is the "standard" way. But taking everything into account, I'm going to go with: 0.99 beta 1, 0.99 beta 2 ... before I get to my 1.0 release.</p>
<p>If I do a pre-release of my 2.0 version, I'll probably then follow the pattern and call it 1.99 beta 1, 1.99 beta 2, etc. </p>
<p>Hopefully this question and the answers will help you decide on your scheme.</p>
http://stackoverflow.com/questions/105702/making-a-beta-code-for-a-public-django-site7Making a beta code for a public django sitedefrex2008-09-19T21:17:20Z2009-11-20T14:47:12Z
<p>I'm about to put a beta version of the site I'm working on up on the web. It needs to have a beta code to restrict access. The site is written in django.</p>
<p>I don't want to change the fundamental Auth system to accommodate a beta code, and I don't care particularly that the security of the beta code is iron-clad, just that it's a significant stumbling block.</p>
<p>How should I do this? It's a fairly large project so adding code to every view is far from ideal.</p>
<p><hr /></p>
<p>That solution works well. The Middleware Class I ended up with this this:</p>
<pre><code>from django.http import HttpResponseRedirect
class BetaMiddleware(object):
"""
Require beta code session key in order to view any page.
"""
def process_request(self, request):
if request.path != '/beta/' and not request.session.get('in_beta'):
return HttpResponseRedirect('%s?next=%s' % ('/beta/', request.path))
</code></pre>
http://stackoverflow.com/questions/1717056/visual-studio-2010-and-net-4-beta-21Visual Studio 2010 and .Net 4 Beta 2unknown (google)2009-11-11T18:08:35Z2009-11-11T18:13:47Z
<p>Can anyone tell me if components made on .net 3.5 can work in .net 4.0, there are a number of components in my software that will have to be developed using .net 3.5, but the whole application must be based on wpf 4, which is on the .net 4 framework.</p>
http://stackoverflow.com/questions/40154/how-do-you-beta-test-an-iphone-app14How do you beta test an iphone app?Michael Pryor2008-09-02T17:52:24Z2009-11-10T11:03:45Z
<p>How can you beta test an iPhone app? I can get it on my own device, and anyone that gives me a device, I can run it on theirs, but is there a way to do a limited release via the app store for beta testing?</p>
<p>Update: Also, see this question on <a href="http://beta.stackoverflow.com/questions/37464/iphone-app-minus-app-store" rel="nofollow">getting your app onto phones without using the App Store</a>.</p>
http://stackoverflow.com/questions/1686629/where-i-found-dotnet-4-installer0where i found dotnet 4 installerGupta Ji 2009-11-06T10:11:13Z2009-11-06T10:14:48Z
<p>i want to download dotnet 4 but i can't find it where i find for offline</p>
http://stackoverflow.com/questions/345396/mvc-radiobuttonlist4MVC & RadioButtonListunknown (yahoo)2008-12-05T22:29:45Z2009-10-13T20:49:57Z
<p>i tired doing this but this only display the radiobutton without text beside it..</p>
<pre><code> <% foreach (string s in Html.RadioButtonList("rbl")) {%>
<% =s %>
<% } %>
</code></pre>
http://stackoverflow.com/questions/1383417/cocoa-app-how-distribute-beta-versions1Cocoa App: How distribute beta versions?BitDrink2009-09-05T14:21:25Z2009-09-06T13:50:45Z
<p>Hello!
Until today I've developed and tested by myself all the versions of my app!
I would like to begin to release some versions for beta tester, to have a better product to release! But I really don't know how do that!</p>
<p>I had thought to upload the beta version on my website in a password protected folder and sent to my testers a notification (by e-mail) about the availability of a new beta version.</p>
<p>Or to upload the beta version on a restricted area of my website and mail to my tester a dynamic link (with an expiration time) to the new available beta.</p>
<p>These are some good way or I can do that better?</p>
<p>Thanks in advance for your replies!</p>
<p><hr /></p>
<p><strong>EDIT</strong></p>
<p>I already have some beta tester, I'm not searching for new one! I'm asking only for a suggestion on how send my beta version to my tester!
<hr /></p>
<p><strong>EDIT 2</strong></p>
<p>The app I want to send to my testers is a MAC OS X application, not an iPhone OS app!
Otherwise, I would like to distribute the app (only to my beta testers) in a secure way ... so I can't use software updates frameworks as Sparkle!</p>
http://stackoverflow.com/questions/962488/private-beta-test-communication-and-infrastructure5Private beta test communication and infrastructureArno Setagaya2009-06-07T18:32:11Z2009-09-01T11:42:27Z
<p>So your commercial app is in the middle stages of development.. enough that it's usable but still needs refinement, extension, bugfixing. It's far from shippable, but it's stable and complete enough that your developers and in-house testers/users feel it's time for more feedback from real users.</p>
<p>So you go to a wider but still closed beta-test, likely selected from existing users/customers who want to contribute and give feedback.</p>
<p>A <a href="http://stackoverflow.com/questions/358291/whats-the-best-way-to-aid-your-tester">previous SO question</a> showed that the best way to use beta testers is to make sure there's good two-way communication. We want to enable that communication!</p>
<p><img src="http://fts.ifac.cnr.it/albums/album21/Last%5FBalloon%5FLaunch%5Fof%5FRHUBC%5FII%5FBeta%5FTest%5F001.sized.jpg" alt="Beta testers usually aren't this eager.." /></p>
<p>So the problem is to find the best ways to organize and allow communication between the developers and the beta-testers-at-large, and between the beta testers themselves?</p>
<p>In the past, here we've always just set up a simple email mailing list, adding the secret testers to the list and letting them all post by emailing a centralized address, which is shared among everyone on the list. It's crude and old-school, but we've done it this way for fifteen years and it works all right, especially for our external group of about 10 testers.</p>
<p>But there must be other methods, and perhaps it's best to explore them. What beta-test infrastructure have you set up for your own projects?
The goals and requirements are vague, but some points which might be useful to consider</p>
<ul>
<li>Secrecy, you don't want non-invited users to find or eavesdrop</li>
<li>Communication, let users talk about questions, documentation, share projects, help each other</li>
<li>File sharing, how to distribute the beta software, as well as let users upload their own examples/problem/demo examples</li>
<li>Bug reporting, should the communication system be tied to your bug tracker?</li>
<li>Scaling, can it handle 5 testers, 20 testers, etc</li>
<li>Privacy levels, can it handle a super-hardcore level of maybe only inhouse users who get a new build a day, a private beta of invited outside users, a public beta of anyone who wants to join..</li>
<li>Noise filtration, if discussion gets too offtopic or chatty it may diffuse the focus of the beta</li>
</ul>
<p>There are some obvious options for designing this kind of beta support infrastructure that could even be combined.</p>
<ul>
<li>A (private) mailing list</li>
<li>A <a href="http://www.vbulletin.com/" rel="nofollow">vBulletin</a> like forum with private sections</li>
<li>A bugtracker like <a href="http://www.fogcreek.com/FogBUGZ/" rel="nofollow">FogBugz</a> (giving testers licenses so they can explore and annotate)</li>
<li>A wiki for collaborative documentation/discussion</li>
</ul>
<p>It's also useful to look at SourceForge, which is for Open Source apps where there is no need for secrecy, invitations, or classes, but there is a forum and bugtracker associated with each project. It may also be interesting to even consider upcoming platforms/paradigms like <a href="http://wave.google.com/" rel="nofollow">Google Wave.</a></p>
<p>My question: what system have you used to organize your beta testers inhouse/external, and which one gives the best payoff in terms of enhancing the development process without being to hard or annoying to manage some overly complex system?</p>
<p>I'm posting this as a community wiki because it's clear there will be no one single best answer.</p>
http://stackoverflow.com/questions/1333432/what-is-the-easiest-way-to-program-a-beta-period-into-a-site0What is the easiest way to program a beta period into a site?acidzombie242009-08-26T09:24:23Z2009-08-26T09:57:27Z
<p>What is the easiest way to program a beta period into a site? I dont know if superuser works this way but is it to have code that runs on every page (toolbar perhaps) to check for a betaPassword cookie and to redirect you to a page if it isnt correct?</p>
<p>Is there a better place to run the code rather then the toolbar? (IIRC the toolbar is in every one of my page)</p>
http://stackoverflow.com/questions/1290189/how-do-i-make-a-beta-access-page-like-the-one-on-superuser-com3How do I make a beta access page like the one on superuser.com?Max Schmeling2009-08-17T20:19:35Z2009-08-17T20:45:12Z
<p>I'm working with ASP.Net MVC and I would like to make a web site accesible via the internet, but only to a select few people right now. I want to do something basically exactly like the beta access page with password just like they did on stackoverflow, serverfault, and superuser.</p>
<p>I don't just want to check and redirect in the home controller, I want it to always go there no matter what url is used.</p>
<p>Anyone know how they do it?</p>
http://stackoverflow.com/questions/1283013/where-can-i-find-beta-users4Where can I find beta users?sOmEoNe2009-08-15T22:17:46Z2009-08-15T22:44:13Z
<p>I was wondering where can I find beta users for my website? Are there websites that help you find beta users? </p>
http://stackoverflow.com/questions/1266921/is-visual-studio-2010-beta-1-stable-enough-to-start-a-serious-wpf-4-0-app0Is Visual Studio 2010 beta 1 stable enough to start a serious WPF 4.0 app?James Cadd2009-08-12T15:27:34Z2009-08-12T15:47:19Z
<p>I'm about to start a new WPF project and there are a number of things in 4.0 that I need (multitouch for one). I've heard that VS 2010 beta 2 will be released at PDC in November so I'm considering starting the project in beta 1 now, then migrating to beta 2 when it becomes available. Assuming I only need to live with the environment for about 3 months would it be reasonable to start this project in VS 2010 beta 1 or is it not ready for daily development?</p>
http://stackoverflow.com/questions/1209518/how-do-i-get-a-password-for-superuser-com0How do I get a password for superuser.com? [closed]rwponu2009-07-30T21:34:32Z2009-07-30T21:37:37Z
<p>Someone moved my question to superuser.com and now I can't access it. How do I get a password for the site?</p>
http://stackoverflow.com/questions/1146954/deploying-beta-software-updates-and-sparkle2Deploying Beta software updates and SparkleSplash62009-07-18T07:41:15Z2009-07-18T16:57:45Z
<p>My application uses the Cocoa Framework Sparkle to deploy updates. I don't usually deploy beta's of my software but for my next update, I feel like I need to.
My question is what is the best numbering strategy for deploying a beta using Sparkle. For anyone who tests my beta I'd like the update to be seamless when I release the next official version, but for other users I'd like the whole system to be totally invisible. I currently use a numbering system like 1.2.3 for my updates. </p>
http://stackoverflow.com/questions/1122429/what-is-a-realistic-but-fast-beta-versioning-schedule2What is a realistic (but fast) beta versioning schedule?mmr2009-07-13T22:25:30Z2009-07-13T22:46:39Z
<p>My team is close to deploying our application, and we're about to go into closed beta with some select customers. I'm wondering what a realistic timeframe would be for producing new beta versions, and how many such cycles we could realistically expect to need before we can call the first version stable enough for release.</p>
<p>The application itself is a medical imaging application, so it absolutely cannot crash or corrupt data. Many users will also be using the software for at least four to eight hours a day continuously, so I expect that normal user errors will be encountered fairly quickly. The application is tied to a specific piece of hardware, and if they have the hardware, they will need this application or the previous version of the application to run their hardware.</p>
<p>Of course, there's also pressure from above to release it now, now, now! and since they pay my paychecks, I'm obliged to follow their instructions, despite whatever misgivings I may have about speedy releases.</p>
<p>I'm thinking that the following scenarios could play out:</p>
<ol>
<li>Two week cycle time. We have a select group of users, say three to five sites, and as they encounter bugs, we fix them. I think that this cycle time is absurdly fast, but I can already feel that it's going to be how the Powers That Be will want to deploy. For this approach, we lock the product to a particular build, and any errors that accumulate we fix in the next release (which could be fifty builds later).</li>
<li>Six week cycle time. We have the same select group of users, but that group can grow, and as it grows, we act as in step 1. Not as fast as 1, but certainly more cautious. Problem is, users may get the impression that the product is excessively buggy (if they encounter bugs), and won't have that impression countered until we release another version, at which point they may no longer care. Since there's that lockin to the hardware I mentioned earlier, that impression of bugginess may just translate into mild grumbling rather than lost sales. However, each newer beta version will be just that much more vetted than the last.</li>
<li>As fast as bugs are fixed, get fixed versions into the hands of users. We have a build server, we have several testers, and we're pretty quick to respond (you might even say, 'agile'). Are there drawbacks to just giving out bug fixes as fast as we fix a bug, so long as the fix doesn't break some other behavior that the software needs? If we took this approach, would we be doing cycles, or just a beta 'period'?</li>
</ol>
<p>I realize that these questions vary greatly from user to user, and that something like a Blizzard or Gmail beta period is a bit on the long side. I would still like to get a general feel for how I should respond to management's constant questions about how long it should be in beta.</p>
http://stackoverflow.com/questions/1113097/tips-for-beta-testing-a-game1Tips for beta testing a game?zoul2009-07-11T06:36:01Z2009-07-11T08:45:39Z
<p>Hello!</p>
<p>We are finishing a game that we would like to beta test. We don’t have the time nor the budget to do a large scale testing, we will simply show the game to some of our friends. (I hope that we can still gather something useful of it.) In the Age of Empires post mortem (<a href="http://rads.stackoverflow.com/amzn/click/1578202140" rel="nofollow">Postmortems from Game Developer</a>) I found the following:</p>
<blockquote>
<p>A public beta test of AOE was held in
August 1997, but we didn’t come near
to exploiting the full potential of
it. We were too close to the end of
the project to make any game play
changes, despite the wealth of useful
feedback we received. Manuals were
already set to be printed, and most of
the design had been set in stone. All
we could really do was fix any bugs
that were found.</p>
</blockquote>
<p>This is a good point. Are there any other good advices? What should (not) we tell the people beforehand? What should we look for?</p>
http://stackoverflow.com/questions/1089412/where-do-you-find-good-beta-testers0Where do you find good beta testers? [closed]Jim Robert2009-07-06T22:03:37Z2009-07-06T22:11:18Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/233720/beta-testing-a-new-product">Beta testing a new product</a> </p>
</blockquote>
<h3>Duplicate: <a href="http://stackoverflow.com/questions/233720/beta-testing-a-new-product">http://stackoverflow.com/questions/233720/beta-testing-a-new-product</a></h3>
<p>Joel and Jeff discussed sites where people gather around their love of beta testing, which makes it seem as if beta testers are extremely easy to find.</p>
<p>That is not my experience ;)</p>
<p>Where do you find/recruit beta testers (public beta, not paid testers)?</p>
<p>I suspect we may only be having trouble finding them because of poor marketing. It doesn't seem as if stack overflow had any shortage of beta testers. Maybe I should start a podcast?</p>
<p>The obvious places:</p>
<ul>
<li>Friends</li>
<li>Family</li>
<li>Co-workers</li>
</ul>
http://stackoverflow.com/questions/1083368/whats-the-early-history-of-the-net-framework2What's the early history of the .Net framework?SLaks2009-07-05T02:52:06Z2009-07-05T03:54:31Z
<p>What is the early development history of the .Net framework? (Before the release of .Net 1.0 in 2002)</p>
<p>I've heard various stories about it, including that ASP.Net was originally written in Java, and that .Net was once called COM3, but certain versions of Windows thought that the project directory was a serial port.</p>
<p>Does anyone have a more complete story?</p>
http://stackoverflow.com/questions/902858/vs-2010-beta1-historical-data-has-not-been-collected0VS 2010 Beta1 "Historical Data Has not been Collected"Vaccano2009-05-24T01:29:41Z2009-06-30T16:42:35Z
<p>I am trying out the Historical Debugger in VS2010 Beta 1.</p>
<p>I have it turned on in the settings (at least I think I do), but when I try to examine objects the value is:</p>
<p>[Historical Data Has Not Been Collected]</p>
<p>Any Ideas how to get this to show the actual value?</p>
<p>Here is the code in question:</p>
<pre><code> public partial class Form1 : Form
{
public Form1()
{InitializeComponent();}
private void button1_Click(object sender, EventArgs e)
{
int numer = Int32.Parse(txtNumerator.Text) ;
int denom = Int32.Parse(txtDemoninator.Text);
float answer = DivideValues(numer, denom);
txtAnswer.Text = answer.ToString();
}
private static float DivideValues(int numer, int denom)
{
float answer = numer / denom;
return answer;
}
}
</code></pre>
http://stackoverflow.com/questions/1037818/private-beta-release-website-like-uservoice1Private beta release website like uservoicedr. evil2009-06-24T11:37:03Z2009-06-24T11:39:47Z
<p>I'm running a large private beta release for an application, about 100 beta testers. This number keeps increasing.</p>
<p>I'm looking for a website like <a href="http://uservoice.com" rel="nofollow">http://uservoice.com</a> but more focused on private beta
releases. Only accessed by invitation, allows me to store private download files as well as voting alike uservoice functionality.</p>
<p>Do you know any website/service like this? Free or commercial.</p>
<p>Or what's the best way to carry out large private beta processes? Do I have to roll my own system?</p>
http://stackoverflow.com/questions/941479/upgrading-iphone-application-via-itunes1upgrading iPhone application via iTunesNava Carmon2009-06-02T19:36:03Z2009-06-07T07:06:18Z
<p>Hi,</p>
<p>I want to upload a new beta version of my iPhone application for beta testers group. Users save their data in the Documents folder. What do i need to do in order for users to upgrade their application without loosing their data?</p>
<p>Thanks in advance,</p>
<p>Nava</p>
http://stackoverflow.com/questions/953508/how-to-obtain-betatesters3How to obtain betatesters?Pere Villega2009-06-04T22:46:53Z2009-06-04T23:45:20Z
<p>A friend of mine is building a web application and is expecting to create a business around it (who doesn't). Of course he's done all the internal testing and friends&family, but few are interested or spend enough time with the system. </p>
<p>The thing is he would like to find more people to use/test the application, but he doesn't know how. Nowadays bringing people to an unknown site doesn't seem too easy. The idea is not to promote the business as a business (there are adds for that), but to find people with some tech-knowledge that can help with the testing.</p>
<p>So the question is: how/where can you find users/beta testers> How to bring them to the site?</p>
<p>PS: sorry if you think the question doesn't belong here, but I though it could be interesting and a way to solve the issue</p>