Minimum Viable Product

What’s the least amount of (and most important) features we need to make for the design so that we can start testing?

As I read and learn more about software development and the various management techniques, the notion of a minimum viable product (MVP) comes up. I’ve come across this term before during undergrad courses, but now, we need to think seriously about it. One of the takeaways I’ve come from reading about Agile is about testing early and ofter.

Testing is important for so many reasons

Saving time - Imagine you came up with a cool app idea. It’s beautiful, does all you want it to do and functions smoothly. But the users say, “This is fine, but I wish you made it like this” and they present you with good ideas that will set you back. Changing the code functionality is a lot worse than fixing a bug. Let’s try to get this right the first time.

Do they even want it? - This is the biggest concern I have for the project: figuring out what the user’s needs are, and developing a product to meet those needs. Not the other way around. You can’t just make a product and hope they will like it.

It’s not just about the app! - Testing can and should begin as early as possible. I do need to get an IRB approval before testing with people, even for something as simple as an app. But you can ask your users about their opinions of wireframes drawn on paper. See how they “interact” and interpret the app’s functionality. I’d much rather change the wireframe than the code.

I’m excited to get this testing going and get some real user feedback!

2024

User Testing - My takeaway

Iterative testing. Getting the customer involved early and often. These key ideas are not only frequently mentioned but thoroughly explained in books about a...

So You Bought A Domain. Now What?

It all started with a need. I attend weekly tech meetups and often share event details on Discord with my group. But as the list grew, keeping things organiz...

Minimum Viable Product

What’s the least amount of (and most important) features we need to make for the design so that we can start testing?

Reaching Saturation

How do you know when to stop? We discussed the research that our group has been working on. Two students are looking through the App Store and Google Play St...

Back to Top ↑