Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 23, 2022 11:51 am GMT

Alpha Testing Program: post-mortem

We are working on a new web framework that integrates with React & Node.js, and also happens to be a language. As you can probably imagine, its not easy to get people to use a new piece of technology, especially while still in Alpha. On the other hand, without users and their feedback, its impossible to know what to build.

That is why we ran Alpha Testing Program for Wasp - here is what we learned and what went both well and wrong along the way.

Image description

Of course I know about Wasp! I just havent come around to trying it out yet.

Although we hit the front page of HN several times and are about to reach 2,000 stars on GitHub, there is still a big difference between a person starring a repo and actually sitting down and building something with it.

Talking to people, we realised a lot of them had heard of Wasp, thought it was a neat idea, but hadnt tried it out. These were the main reasons:

  • having to find 30 mins to go through our Build a Todo App tutorial - I'm busy now, but Ill do it next week.
  • building a bare-bones todo app is not that exciting
  • not having an idea what else to build
  • the product is still in alpha, so I will bookmark it for later

These are all obvious and understandable reasons. I must admit, Im much the same maybe even worse when it comes to trying out something new/unproven. It just isnt a priority, and without a push that will help me overcome all these objections, I usually dont have an incentive to go through with it.

Having realised all that, we understood we needed to give people a reason to try Wasp out now, because thats when we needed the feedback, not next week.

Welcome to Wasp Alpha Testing Program!

Image description We had a bit too much fun here, but Portal fans will understand.

We quickly put together an admissions page for alpha testers in Notion (you can see it here) and started sharing it around. To counter the hurdles we mentioned above, we time-boxed the program (this is happening now and you have 48 hours to finish once you start) and promised a t-shirt to everyone that goes through the tutorial and fills out the feedback form.

Image description CTA from the admissions page

Soon, the first applications started trickling in! For each new applicant, wed follow up with the instructions on how to successfully go through the Alpha Testing Program:

  • fill out intro form (years of experience, preferred stack, etc)
  • go through our build a Todo app tutorial
  • fill out the feedback form - what was good, what was bad etc.

Image description People were really respectful of this deadline and would politely ask to extend it in case they couldnt make it.

But, soon after we got the following message on Twitter:

Image description

We got really scared that we would get a ton of folks putting in minimal effort while trying Wasp out just to get the free swag, leaving us empty-handed and having learned nothing! On the other hand, we didnt have much choice since we didnt define the minimum required quality of feedback in advance.

Luckily, it wasnt the problem in the end, even the opposite -- we did get a surge of applications, but only a portion of them finished the program and the ones that did left really high-quality feedback!

How it went - test profile & feedback

Tester profile

We received 210 applications and 53 out of those completed the program 25% completion rate.

We also surveyed applicants about their preferred stack, years of programming experience, etc:

Image description Yep, we like puns.

The feedback

The feedback form evaluated testers overall experience with Wasp. We asked them what they found to be the best and worst parts of working with Wasp, as well as about the next features theyd like to see.

Image description

The bad parts

What our testers were missing the most was a full-blown IDE and TypeScript support. Both of these are coming in Beta but only JS was supported at the time. Plus, there were some installation problems with Windows (which is not fully supported yet best to use it through WSL).

Image description

We were already aware that TypeScript support is an important feature, but didnt have an exact feeling of how much - the feedback was really helpful and helped us prioritise our Beta backlog.

The good parts

Testers favourite part was the batteries-included experience, particularly the auth model.

Image description

Post-mortem: what didnt go well

No threshold for feedback quality

Image description

We didnt put any kind of restrictions on the feedback form, e.g. minimal length of the feedback. That resulted in ~15%-20% of answers being single words, such as depicted above. Im not sure if there is an efficient way to avoid this or just a stat to live with.

Using free text form for collecting addresses

It never crossed our minds before that validating addresses could be such an important part of shipping swag, but turns out it is. It seems that there are a lot of ways to specify an address, some of which are different from what is expected by our post office, resulting in a number of shipments getting returned.

An ideal solution would be to use a specialized address field in a survey that would auto-validate it, but turns out Typeform (which we used) doesnt have that feature implemented yet, although its been highly requested.

Image description

Image description

The non-obvious benefit of Alpha Testing Program

What went well is that we got a lot of high-quality feedback that steered and fortified our plan for the upcoming Beta release.

The other big benefit is that we finally solved the looks cool but ill try it out later maybe problem. Overall, our usage went well up during the program, but even after it ended, the baseline increased significantly. This was the second-order effect we didnt foresee.

Our understanding is that once people finally gave it a try, a portion of them felt the value first-hand and decided to keep using it for other projects as well.

Image description

Summary & going forward: Beta

The overall conclusion from our Alpha Testing Program is it was a worthy effort which got us valuable feedback and positively affected the overall usage. Moving forward well try to focus on ensuring more quality feedback and prioritising 1-to-1 communication to make sure we fully understand what bothers Wasp users and what we can improve. It also might be helpful to do testing in smaller batches so we are not overwhelmed with responses and can focus on the individual testers - thats something we might try out in Beta.

As mentioned, the next stop is Beta! It comes out on the 27th of November - sign up here to get notified.


Original Link: https://dev.to/wasp/alpha-testing-program-post-mortem-18hl

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To