tags:

views:

182

answers:

4
+4  Q: 

Beta Testing

I have a project that I would like to start beta testing soon, it is a PHP/MySQL site for programmers.
I have beta tested sites before however it was always in-house, and I have never done betas that could/should be seen by someone other then those associated with the project.

So, how should I go about starting the beta, and what problems, aside from those the beta is supposed to expose, should I be prepared for?

Yes I'm hoping for some input from Jeff and the rest of the SO crew.

+2  A: 

Check out Jeff's post on it, I think he has recent experience ;-)

Keith
+1  A: 

Hmm, problems related to the people? Are you referring to usability problems?

Also, if you are doing a beta,it means you already did everything you know (in my opinion). One of the goals of a beta is to show you what you didn't knew, besides unexpected code problems, etc.

Favio
A: 

@Favio - Anything non related to my code.
Anything I am going to have to deal with, (again not with my code).

Unkwntech
+5  A: 

First, accept the fact that problems with your app (code, usability, etc.) will be discovered.

Then, make sure you have a clear way for users to communicate with you (form mail, email, uservoice, etc.). The easier you make this the better. For example, there is a uservoice link on every page of SO.

One philosophy I strongly believe in: if it's confusing to your users, it's broken. Be willing to change your app (no matter how "beautiful" the design may be) if your users are confused or not liking it. This doesn't mean you have to cave on your decisions, just that you need to consider revisions to improve the user experience.

Michael Haren