|
|
|
|
|
by DanielRibeiro
5380 days ago
|
|
For startups you usually don't have enough people to have QA team. Therefore you have to take a more lean approach: Build Quality In. On the other hand, when you are building your MVP, progress is not built features, but validated learning. So QA tasks takes more of an approach of building measuring tools (which have to be done by the people building the MVP). Even on a later stage startup, QA takes a whole new role, specially when you start doing continuous deployment and start developing immune systems. These can get quite complicated (think of Netflix Chaos Monkey[1]), and having a dedicated team can be beneficial. What we don't need is a 20th century waterfallish QA. But ensuring the quality of a product[2] has never been more important. [1] http://www.codinghorror.com/blog/2011/04/working-with-the-ch... [2] http://www.ashmaurya.com/2011/06/your-product-is-not-the-pro... |
|