Answer the question
In order to leave comments, you need to log in
Should I write unit tests before the MVP is ready?
Should I write unit tests before the MVP (minimum viable product) is ready? What arguments do you have for and against, please share your experience.
— A team with little to no experience writing unit tests and that has switched to scrum.
Answer the question
In order to leave comments, you need to log in
It's not just about maintaining the code. With tests, if you write them before a feature, IMHO the most productive and fastest development.
Firstly, this is a detailed technical specification. And any TK speeds up the process.
Secondly, you don’t need to spank the browser with every sneeze. Fill out forms by hand, etc. Plus, if there are several access roles or related processes, then manually check the crap.
Thirdly, it supports the code in the future, is indispensable for refactoring and is an excellent documentation. You need to remember the process and what is the logic - you print the test on the printer and remember it for coffee. In short, I recommend.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question